> For the complete documentation index, see [llms.txt](https://docs.heyanon.ai/heyanon-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heyanon.ai/heyanon-v2/readme/beginner-tutorials.md).

# Beginner tutorials

### 🧭 Beginner Tutorials

This section introduces the **core HeyAnon DeFAI functionalities** - simple, natural-language prompts that let users perform swaps, bridges, and transfers across chains without switching between multiple apps or protocols.

HeyAnon interprets your intent, identifies the best route, and executes the action securely and efficiently.

> ⚠️ **Important:**\
> Always **specify the network** on which you want to execute your action.\
> Example: `Swap 1 USDC for S on Sonic` or `Bridge 10 USDT from Polygon to Base`.\
> Without a network, HeyAnon will ask you additional questions which could slow down your execution in order to determine where the transaction should occur.

***

#### 💱 1. Swap Tokens

**Prompt Example:**

```
Swap 1 USDC for S on Sonic
```

**What Happens:**\
HeyAnon automatically:

* Identifies the correct **DEX or aggregator route** on the specified network
* Calculates slippage, fees, and liquidity
* Executes the swap securely

**Use Case Examples:**

* `Swap 0.5 ETH for USDT on Ethereum`
* `Swap 10 BNB for WBTC on BNB Chain`
* `Swap 100 USDC for ANON on Sonic`

***

#### 🌉 2. Bridge Assets Between Networks

**Prompt Example:**

```
Bridge 100 USDC from Ethereum to Sonic
```

**What Happens:**\
HeyAnon:

* Selects the most efficient **bridge protocol** (e.g., LayerZero, deBridge)
* Estimates fees and bridge time
* Confirms and executes the transfer

**Use Case Examples:**

* `Bridge 1 ETH from Ethereum to Polygon`
* `Bridge 200 USDC from Base to Sonic`
* `Bridge 50 USDC from Sonic to Arbitrum`

***

#### 💸 3. Send Tokens to Another Address

**Prompt Example:**

```
Send 10 USDC on Base to My Other Wallet
```

**What Happens:**\
HeyAnon:

* Verifies token and destination address
* Confirms whitelist restrictions (My Other wallet needs to be whitelisted in your account settings - see "[Account settings](/heyanon-v2/readme/getting-started/account-settings.md)"
* Executes and confirms the transfer

**Use Case Examples:**

* `Send 0.1 ETH on Ethereum to "XX"`
* `Send 5 SOL on Solana to "XX"`
* `Send 25 TON on TON to "my main wallet"`

***

#### 💡 Tips for Beginners

* **Always specify the network** for every action (swap, bridge, or transfer).
* Enable **Plan Flow** in Settings to preview each step before confirming.
* Use natural language - HeyAnon understands multiple variations like:
  * “Bridge my USDC from Polygon to Arbitrum”
  * “Swap 10 Sonic for ETH on Sonic”

***

#### 🧠 Next Steps

Once you’re comfortable with basic swaps, bridges, and transfers, explore the **Advanced Tutorials** to learn how to:

* Automate cross-chain tasks
* Manage yield and staking
* Integrate CEX accounts
* Combine multi-chain strategies in a single prompt
