# Start using AikaSwap

## **How to Use AikaSwap on Telegram**

Connecting with Aika through Telegram is the most direct way to use AikaSwap. Follow these steps to get started:

**Step 1: Find Aika on Telegram**

* Open your Telegram app and search for `@AikaSwapBot`.
* Select the bot and tap "Start."

**Step 2: Start the Conversation**

* Type `/start` to initialize the bot.
* Aika will greet you and may provide a secure link for the next step.

**Step 3: Securely Link Your Wallet**

* The bot will guide you to connect or create a wallet. This wallet will be securely linked to your Telegram account for transactions. You will have full control over your funds and keys.

**Step 4: Start Trading with Natural Language**

* You’re all set! You can now chat directly with Aika to execute trades, check balances, and get information. There's no need for complex commands.

{% hint style="info" %}
You can check your holdings and transactions history on aikaswap.xyz
{% endhint %}

***Sample Prompts:***

You can interact with Aika just like you're talking to a person. Here are a few examples:

* **To buy a token:**
  * `"Hi Aika, buy me $10 worth of $AIKA on Base"`
  * `"Get me 1000 MOG"`
* **To swap tokens:**
  * `"Aika, can you swap 0.1 SOL for $TRUMP?"`
  * `"Swap my WETH to USDC on Arbitrum"`
* **To sell a token:**
  * `"Sell 50% of my $Fartcoin fast"`
  * `"Sell all my PEPE"`
* **To get information:**
  * `"What's the price of $AIKA?"`
  * `"Show me my SOL balance"`


---

# 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://aikaverse.gitbook.io/aikaverse/our-products/quickstart/start-using-aikaswap.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.
