# What is Wick?

Wick is a yield-swap protocol built on Solana by Lantern. It lets you deposit SOL and receive your staking yield in a token of your choice, like USDC, USDT, CRT, HYPE, ZEC, xSOL, WBTC, EURC or USD\*.

Here's the basic idea: when you deposit SOL into Wick, your SOL gets staked through Lantern's validator (via the lanternSOL liquid staking token). The staking rewards that accumulate over time are then converted into whichever target token you selected. Your original deposit stays intact and keeps earning, while you collect yield in the token you actually want.

## How it works

1. You deposit SOL into Wick
2. Behind the scenes, your SOL is converted to lanternSOL (Lantern's liquid staking token) and placed into the Wick vault
3. As staking rewards accrue, the protocol converts them into your chosen target token
4. You can claim your accumulated yield at any time
5. You can withdraw your principal whenever you want

## Why use Wick?

**Get yield in stablecoins.** If you want exposure to SOL staking rewards but prefer receiving USDC or USDT, Wick handles the conversion for you automatically.

**Pick your payout token.** You're not limited to one option. You can open multiple positions with different target tokens at the same time.

**Keep your principal liquid.** Your deposit can be withdrawn at any time. You're not locked in. You can pull out as lanternSOL, swap to SOL instantly through Jupiter, or unstake through the stake pool.

**Single transaction deposits.** The entire flow from SOL to staked position happens in one transaction. No need to manually mint lanternSOL first.

## Key concepts

**lanternSOL** is the liquid staking token you receive when staking SOL with Lantern's validator. It appreciates in value relative to SOL as staking rewards accrue. Wick uses lanternSOL under the hood for all deposits.

**Target token** is the token you want to receive your yield in. When you open a position, you pick a target token and all future yield from that position will be denominated in it.

**Position** is your individual deposit in Wick. Each position is keyed by your wallet and the target token you chose. If you deposit again with the same target token, it adds to your existing position rather than creating a new one.

**Claimable yield** is the amount of target tokens that have accumulated in your position and are ready to be claimed to your wallet.


---

# 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/wick.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.
