> For the complete documentation index, see [llms.txt](https://docs.dexlab.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexlab.space/products/dexlab-factory-bot/deposit-wallet.md).

# Deposit Wallet

### 💡 What is a Deposit Wallet?

The Deposit Wallet is your personal wallet used to pay Solana network fees when interacting with the [Dexlab Factory Bot](https://t.me/dexlab_factory_bot).

This includes actions like token minting, trading, or launching tokens on Pump.fun.\
The bot will automatically deduct SOL from your active Deposit Wallet when needed.

### 🧭 Deposit Wallet Management Screen

You can access your deposit wallet by tapping the “Wallet” button on the main menu.\
The screen shows your currently selected wallet, its address, and balance:

* PublicKey: This is the Solana address used for fees
* Balance: The amount of SOL currently available in this wallet
* Wallets (1/5): Indicates how many wallets you’ve created out of the allowed maximum (subject to change)

### ⚙️ Available Actions

<table data-header-hidden><thead><tr><th width="152.95703125"></th><th></th></tr></thead><tbody><tr><td>Button</td><td>Description</td></tr><tr><td>Wallets (x/x)</td><td>View and manage all your deposit wallets. You can switch, rename, or delete wallets.</td></tr><tr><td>Deposit</td><td>Copy the wallet address to deposit SOL into it. You can use any Solana wallet or exchange to send funds.</td></tr><tr><td>Withdraw SOL</td><td>Send SOL from your deposit wallet to another Solana address.</td></tr><tr><td>Withdraw Token</td><td>Withdraw SPL tokens (non-SOL) held in your wallet.</td></tr><tr><td>My SPL Tokens</td><td>View a list of all SPL tokens currently held in this wallet.</td></tr><tr><td>Close</td><td>Exit the wallet management view.</td></tr><tr><td>🏠 (Home)</td><td>Return to the main menu.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dexlab.space/products/dexlab-factory-bot/deposit-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
