> For the complete documentation index, see [llms.txt](https://vwape.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vwape.gitbook.io/docs/getting-started/quick-setup.md).

# Quick Setup

### Onboarding Steps <a href="#what-if-i-dont-have-a-wallet-already" id="what-if-i-dont-have-a-wallet-already"></a>

**1.**   Launch VWAPE Bot on Telegram   <a href="https://t.me/VWAPE_bot" class="button primary">Start Bot 🚀</a>

**2.**  Type `/start` to initiate the onboarding process.

**3.**  Enter the captcha code shown to verify your identity then click on `/start` again.

**4.**  Choose the blockchain network you want to use.

**5.**  Enter the address of your existing EVM-compatible wallet.&#x20;

* This wallet will act as the [signer](https://vwape.gitbook.io/docs/techincal/signer-wallet) of your smart account and retain full custody of your funds. The [signer wallet ](https://vwape.gitbook.io/docs/techincal/signer-wallet)acts as the keyholder, granting permissions to sign and authorize all transactions associated with your smart account.

{% hint style="info" %}
VWAPE **does not** have custody of funds in your [smart account](https://vwape.gitbook.io/docs/techincal/smart-account).&#x20;

VWAPE is **not able to** transfer or withdraw **any funds** in your [smart account.](https://vwape.gitbook.io/docs/techincal/smart-account)&#x20;
{% endhint %}

**5.**  Once your wallet is validated, your smart account will be automatically activated and the address will appear.

**6.**  Fund your smart account by sending **USDC** directly to your smart account **address** on the selected chain.

{% hint style="warning" %}
Sending funds to the wrong network may result in a permanent loss.
{% endhint %}

**7.** Start APEing and Sniping, knowing your funds are under your control.

### What if I don't have a wallet already? <a href="#what-if-i-dont-have-a-wallet-already" id="what-if-i-dont-have-a-wallet-already"></a>

If you don’t already have an EVM wallet (e.g., Rabby, MetaMask, WalletConnect, Coinbase Wallet) you can set one up easily:

* Download your wallet of choice for your mobile/browser *(see above).*
* Create a new wallet.

Your wallet has a secret recovery phrase – anyone with access to your password or seed phrase can access your funds. Best practice is to record your seed phrase and store it in a safe physical location.

{% hint style="danger" %}
**Do not share your private key with anyone.**
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Deposit</td><td><a href="/pages/WjYdxl3w9pfiRgMgP5gm">/pages/WjYdxl3w9pfiRgMgP5gm</a></td></tr><tr><td>Sniper</td><td><a href="/pages/kD2F7il0zqiexdjnvLVY">/pages/kD2F7il0zqiexdjnvLVY</a></td></tr><tr><td>Token Audit</td><td><a href="/pages/mJb3occ7QAhHVPm1EY1i">/pages/mJb3occ7QAhHVPm1EY1i</a></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:

```
GET https://vwape.gitbook.io/docs/getting-started/quick-setup.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.
