> For the complete documentation index, see [llms.txt](https://docs.magnetlabs.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.magnetlabs.xyz/ecosystem/ardio-alpha/ardio-alpha-guide/actions.md).

# Actions

Users can engage with Ardio using natural language, such as chatting, performing transfers or creating a contact list.

The behavior of transferring and managing the contact list is called an Action, which will be accompanied by a ⚡ displayed under the response.

### Manage Contacts

Simply tell Ardio the name and address you’d like to save, and Ardio will build your contact list automatically.

Users can use chat commands to edit or remove any contacts.

<figure><img src="/files/EBQovnsQkWiRn9l13tgj" alt=""><figcaption></figcaption></figure>

### Transfer

Ardio can assist with transfers via commands like:

* “Transfer 10 USDC to Bob on Base Network.”
* “Help me buy a Starbucks for BOB.”

You can also break down complex requests into parts for better interaction.

<figure><img src="/files/G9EJUWNRbJnX0o6CECHI" alt=""><figcaption></figcaption></figure>

#### Batch Transfer

Ardio can handle bulk actions to help users handle transfers to multiple contacts at once.

Example: "Transfer 10 USDC to Bob, 5 USDC to Alice, and 15.5 USDC to Vitalik on Base Network."

<figure><img src="/files/ZME2DfcvVlZWW3gTQjIn" alt=""><figcaption></figcaption></figure>

#### **Multi-Chain**

Perform cross-chain transfers, currently supporting **Base** and **Ethereum**.

Example: "Please transfer 10 USDC to Bob on Base Network and 8 USDC on Ethereum Network."

<figure><img src="/files/9Fizuvq72eDLEvyWZvuU" alt=""><figcaption></figcaption></figure>

### Transfer Modes

Ardio offers two transfer modes, **Manual Mode**, and **Auto Mode**. You can switch between them via the menu under **Assets** or by asking Ardio directly.

#### Manual Mode

This default mode requires manual confirmation for every transfer.

The transfer amount and gas fees are paid by users.

<figure><img src="/files/yNdy8jF2LAc44cHnwwMD" alt=""><figcaption></figcaption></figure>

#### Auto Mode

With the help of **Base’s MPC Wallet**, Auto Mode allows for **gas-free** USDC transfers on Base.

After initializing your MPC Wallet through the **Assets** menu and depositing funds, Ardio automates transfers without manual confirmations.

The transfer amount and gas fees are paid by the wallet.

Initial authorization is required, with limits on amounts; reauthorization is necessary for higher values.

<figure><img src="/files/nZNFitI1Shv8EV6nAd9E" alt=""><figcaption></figcaption></figure>


---

# 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://docs.magnetlabs.xyz/ecosystem/ardio-alpha/ardio-alpha-guide/actions.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.
