> For the complete documentation index, see [llms.txt](https://chainswap-2.gitbook.io/chainswap-defy-limits-embrace-anonymity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chainswap-2.gitbook.io/chainswap-defy-limits-embrace-anonymity/multi-chain-telegram-bots/solana-chainbot/setup.md).

# Setup

To initiate the Telegram Bot for Solana @cswap\_solbot on Telegram

Direct Link to Bot:  <https://t.me/Cswap_solbot>

{% hint style="danger" %}
Only visit our official links! Avoid Scam Links
{% endhint %}

To begin type in "**/start".**&#x20;

<figure><img src="/files/3D2THGVOjA2qa6eE87l9" alt="" width="375"><figcaption></figcaption></figure>

### Create Wallet or Import your Private Key from another Wallet Provider  &#x20;

Next, Name the Wallet.  (Wallet names are limited to 6 characters)

Once you've imported or created a wallet, you will see the screen below showing your wallets.  This can also be accessed by selecting "**My Wallets**" on the **/start** screen or using **/wallets**

<figure><img src="/files/zCk2UqBaPuonQWPn4wOS" alt="" width="373"><figcaption></figcaption></figure>

#### Transfer all Sol to One&#x20;

To quickly consolidate balances of ALL Solana on ALL wallets use this function.  Simply enter the address you'd like to send them too

#### Default Wallet

This function allows you to set the default wallet that populates for trading.  This should typically be your primary trading wallet but can be changed as needed. &#x20;

### Individual Wallet Views

<figure><img src="/files/I1fP7nBfzmIU9Z1PMlfS" alt="" width="375"><figcaption></figcaption></figure>

#### &#x20;Deposit SOL

This button opens a QR code for your wallet or click on the green address to copy it.  Paste this address or scan the QR from you wallet provider like Phantom Wallet.   Do not send funds from any other chain. &#x20;

#### "Withdraw all SOL" and "Withdraw X SOL"

Simply paste in the wallet address to send funds.  Make sure it's a valid Solana Address

#### Export Private Key

It's advised to copy down your private key and store somewhere safe.  If you lose access to your  telegram this assures you'll still have access to your wallet.  Use this to Never share your private key with anyone!


---

# 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://chainswap-2.gitbook.io/chainswap-defy-limits-embrace-anonymity/multi-chain-telegram-bots/solana-chainbot/setup.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.
