> For the complete documentation index, see [llms.txt](https://thruster.gitbook.io/thruster/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thruster.gitbook.io/thruster/integration/token-whitelist-and-integration-guide-for-partners.md).

# 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 real liquidity—or a clear path about how you will get to that point
* Twitter presence
* Locked or burnt LP if token is new

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

## Token Hyperlink

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

### Swap&#x20;

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](http://app.thruster.finance/?token1=0x4300000000000000000000000000000000000004\&token2=0x4300000000000000000000000000000000000003)

### Adding Liquidity&#x20;

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](http://app.thruster.finance/add?token1=0x4300000000000000000000000000000000000003\&token2=0x4300000000000000000000000000000000000004\&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](http://app.thruster.finance/add?token1=0x4300000000000000000000000000000000000004\&token2=0x4300000000000000000000000000000000000003\&poolVersion=V3\&fee=0.003\&minPrice=2000\&maxPrice=5000)
