# Token Transfer

## Scenario 1: Withdraw SOL to an External Wallet

{% embed url="<https://app.arcade.software/share/MDFVyljiSOfF6Ripp0Ra>" %}

**Step 1:** Type /wallets to begin.

**Step 2:** Select the wallet from which you want to transfer SOL.

**Step 3:** Choose Transfer SOL.

**Step 4:** Follow the bot’s instructions:

* Enter the recipient address and the amount, separated by a comma.
* Leave the amount blank to transfer the full balance.

## Scenario 2: Transfer All SOL to a Single Wallet (Within STBOT)

{% embed url="<https://app.arcade.software/share/AJQhEG7kPZGSPwFfx2q7>" %}

**Step 1:** Type /wallets to begin.

**Step 2:** Select Transfer All SOL To One.

**Step 3:** Choose the wallet you want to transfer all SOL into.

**Step 4:** Enter the wallet address (must be linked to STBOT) and confirm the transfer.


---

# 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://soltradingbot.gitbook.io/docs/feature-and-instruction/token-transfer.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.
