# Stake Manager

The Stake Manager is a tool for managing all your Solana stake accounts in one place. It works with any validator on the Solana network, not just Lantern.

## What you can do

* **View** all your stake accounts with their status, balance, delegated validator, and lockup info
* **Create** new stake accounts and delegate to any validator
* **Split** a stake account into two separate accounts
* **Merge** stake accounts that share the same validator and status
* **Send** stake accounts (full or partial) to another wallet
* **Deactivate** stake accounts to begin the unstaking cooldown
* **Withdraw** SOL from inactive stake accounts back to your wallet
* **Lock** stake accounts with a time-based lockup
* **Instant Unstake** any active stake account to SOL immediately, no epoch wait
* **Convert to lanternSOL** stake accounts delegated to the Lantern validator
* **Convert to Wick** stake accounts delegated to the Lantern validator into a Wick yield position

## Getting started

To use the Stake Manager, you need:

* A Solana wallet (Phantom, Solflare, Backpack, or any wallet that supports Solana dApps)
* Access to the Stake Manager at [lantern.one/stake](https://www.lantern.one/stake?tab=manager)

Connect your wallet and you'll see all your existing stake accounts displayed automatically.


---

# 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/stake-manager/stake-manager.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.
