Thruster
  • Thruster
    • Introduction
  • Features & Concepts
    • Overview
    • The Blast Bull Case
  • Products
    • Constant Factor AMM
    • Concentrated Liquidity AMM
    • Removing Liquidity using Blastscan
    • Vote Escrowed Thrust (veTHRUST)
    • Gauges & THRUST Emissions
    • Voting on Gauges
  • Incentives
    • Blast Incentives
  • Informational
    • Thruster Spaceport: Why Build With Us
    • Audit & Security
    • Contracts
      • Gauge Contracts
    • Brand Kit & Assets
    • Terms of Use
    • Privacy Policy
    • Risks
  • User Guide
    • Making Swaps
    • Adding V2 Liquidity
    • Adding V3 Liquidity
  • FAQ
    • General FAQ
  • Integration
    • Token Whitelist & Integration Guide for Partners
    • Blast Points for Thruster LP Integrations
    • Integrating Thruster Router / Swaps
Powered by GitBook
On this page
  • Token Whitelist
  • Token Hyperlink
  • Swap
  • Adding Liquidity
  1. Integration

Token Whitelist & Integration Guide for Partners

PreviousGeneral FAQNextBlast Points for Thruster LP Integrations

Last updated 12 months ago

Token Whitelist

If you want to get your token whitelisted on the Thruster front-end, please go through this link and following the instructions there:

Token Hyperlink

To create a hyperlink for your token or desired liquidity pair on Thruster, please follow this URL format:

Swap

URL format: app.thruster.finance/?token1={address1}&token2={address2}

Parameters:

  • address1 and 2 are replaced with their respective token addresses

Example: A WETH/USDB hyperlink

WETH token address: 0x4300000000000000000000000000000000000004

USDB token address: 0x4300000000000000000000000000000000000003

Adding Liquidity

URL format: app.thruster.finance/add?token1={address1}&token2={address2}&poolVersion={version}&fee={fee}&minTick={}&maxTick={}

Parameters:

  • address1 and 2 are replaced with their respective token addresses

  • version: V2 or V3

  • V2 fee: 0.003 or 0.01

  • V3 fee: 0.0005, 0.003, or 0.01

  • minPrice/maxPrice: only for V3 (optional)

Example: Adding V2 WETH/USDB liquidity

WETH token address: 0x4300000000000000000000000000000000000004

USDB token address: 0x4300000000000000000000000000000000000003

V2 | 1% fee

Example: Adding V3 WETH/USDB liquidity

WETH token address: 0x4300000000000000000000000000000000000004

USDB token address: 0x4300000000000000000000000000000000000003

V3 | 0.3% | Full Range

https://github.com/ThrusterX/thruster-token-list?tab=readme-ov-file
app.thruster.finance/?token1=0x4300000000000000000000000000000000000004&token2=0x4300000000000000000000000000000000000003
app.thruster.finance/add?token1=0x4300000000000000000000000000000000000004&token2=0x4300000000000000000000000000000000000003&poolVersion=V2&fee=0.01
https://app.thruster.finance/add?token1=0x430000000000000000000000000000000000004&token2=0x4300000000000000000000000000000000000003&poolVersion=V3&fee=0.003&minTick=-887220&maxTick=887220