# Supported Tokens

Wick currently supports eight target tokens. When you open a position, you choose one of these as the token you want to receive your yield in.

## CRT (Carrot) — Deprecated

> **CRT has been removed as a target token for new deposits** following the Drift protocol exploit that affected CRT's underlying yield sources. Existing CRT positions can still be viewed, withdrawn, and yield can still be claimed.

[CRT](https://deficarrot.com) is a liquid yield-bearing stablecoin token on Solana. It earns yield by dynamically routing deposited stablecoins across lending protocols like Kamino, MarginFi, and Drift. CRT uses Token-2022 (Token Extensions).

**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](https://hyperliquid.xyz) is the native token of Hyperliquid, a high-performance decentralized exchange built on its own Layer-1 blockchain. Choosing HYPE means your yield is received in HYPE, giving you exposure to the Hyperliquid ecosystem.

**Mint address:** `98sMhvDwXj1RQi5c5Mndm3vPe9cBqPrbLaufMXFNMh5g`

## ZEC (Zcash)

ZEC is the native token of the Zcash blockchain, available on Solana as a wrapped token. Choosing ZEC means your yield is received in ZEC.

**Mint address:** `A7bdiYdS5GjqGFtxf17ppRHtDKPkkRqbKtR27dxvQXaS`

## xSOL (Hylo Leveraged SOL)

[xSOL](https://hylo.so) is Hylo Leveraged SOL, a leveraged SOL token on Solana. Choosing xSOL means your yield is received in xSOL, giving you leveraged exposure to SOL.

**Mint address:** `4sWNB8zGWHkh6UnmwiEtzNxL4XrN7uK9tosbESbJFfVs`

## WBTC (Wrapped BTC)

WBTC is a wrapped version of Bitcoin on Solana. Choosing WBTC means your yield is received in WBTC, giving you exposure to Bitcoin.

**Mint address:** `3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh`

## EURC (Euro Coin)

EURC is Circle's fully collateralized euro stablecoin, backed 1:1 by euros held in reserve. Choosing EURC means your yield is received as a euro-denominated stablecoin, giving you exposure to EUR instead of USD.

**Mint address:** `HzwqbKZw8HxMN6bF2yFZNrht3c2iXXzpKcFu7uBEDKtr`

## USD\* (Perena USD Star)

[USD\*](https://perena.org) is a yield-bearing stablecoin by Perena. It earns yield through Perena's stablecoin infrastructure. Choosing USD\* means your yield is received in USD\*, giving you exposure to both Wick staking yield and USD\*'s native APY.

**Mint address:** `star9agSpjiFe3M49B3RniVU4CMBBEK3Qnaqn3RGiFM`

## Token programs

Most tokens on Solana use the original SPL Token program. CRT (deprecated) 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lantern.one/wick/supported-tokens.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
