Token Whitelist & Integration Guide for Partners

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: https://github.com/ThrusterX/thruster-token-list?tab=readme-ov-file

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

app.thruster.finance/?token1=0x4300000000000000000000000000000000000004&token2=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

app.thruster.finance/add?token1=0x4300000000000000000000000000000000000004&token2=0x4300000000000000000000000000000000000003&poolVersion=V2&fee=0.01

Example: Adding V3 WETH/USDB liquidity

WETH token address: 0x4300000000000000000000000000000000000004

USDB token address: 0x4300000000000000000000000000000000000003

V3 | 0.3% | Full Range

https://app.thruster.finance/add?token1=0x430000000000000000000000000000000000004&token2=0x4300000000000000000000000000000000000003&poolVersion=V3&fee=0.003&minTick=-887220&maxTick=887220

Last updated