Token Whitelist & Integration Guide for Partners

Token Whitelist

To have your token whitelisted on Thruster, we require the following:

  • Verified token contract address

  • Circular token icon in a 48x48 SVG format

  • If your token is a NON-standard ERC-20(different standard or unit accounting, token tax etc) please also let us know the specific differences

  • Over $100,000 of ETH/USDB liquidity (so in aggregate roughly ~$200k of total pair liquidity) in your primary liquidity pool

  • Twitter presence

  • Locked or burnt LP if token is new or doesn't have established representation and history on Twitter

Please provide the above to our Telegram, Discord, or Twitter channels.

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}&minPrice={}&maxPrice={}

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% | Min price: $1000 | Max price: $4000

app.thruster.finance/add?token1=0x4300000000000000000000000000000000000004&token2=0x4300000000000000000000000000000000000003&poolVersion=V3&fee=0.003&minPrice=2000&maxPrice=5000

Last updated