Supported Tokens
Wick currently supports four target tokens. When you open a position, you choose one of these as the token you want to receive your yield in.
CRT (Carrot)
CRT is a Token-2022 token. When you select CRT as your target, Wick shows a "Combined APY" that reflects both the lanternSOL staking yield and the CRT vault's own yield compounded together. This typically results in a higher effective rate compared to stablecoin targets.
Mint address: CRTx1JouZhzSU6XytsE42UQraoGqiHgxabocVfARTy2s
USDC
USDC is a widely used stablecoin on Solana, issued by Circle. Choosing USDC means your yield is received as a dollar-denominated stablecoin.
Mint address: EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
USDT
USDT is Tether's stablecoin. Like USDC, it provides dollar-denominated yield.
Mint address: Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB
HYPE
HYPE is available as a target token for users who want yield exposure to this asset.
Mint address: 98sMhvDwXj1RQi5c5Mndm3vPe9cBqPrbLaufMXFNMh5g
Token programs
Most tokens on Solana use the original SPL Token program. CRT is an exception and uses Token-2022 (Token Extensions). Wick handles this difference automatically when building transactions. You don't need to do anything different, but it's worth knowing if you're interacting with the protocol programmatically.
Multiple positions
You can hold positions in more than one target token at the same time. Each target token gets its own independent position with separate deposit and claimable balances. Depositing more SOL with the same target token selected adds to the existing position rather than creating a new one.
Last updated