# AI Template

NetX members' Agents have more features, such as AI Token Transfer and Contract Detection. When using these features, NetX members need to follow the template below:

### AI Token Transfer&#x20;

Note: Currently supports query and transfer of TSC, BSC, ETH, Polygon network tokens

#### **Check the balance of native tokens**&#x20;

Please enter the following in the chat box

* what is my balance
* get balance
* balance

#### **Check the balance of ERC20 tokens**&#x20;

Please enter the following in the chat box

* what is my balance of <mark style="color:yellow;">token contract address</mark>
* get balance of <mark style="color:yellow;">token contract address</mark>
* balance of <mark style="color:yellow;">token contract address</mark>

#### **Send native tokens**&#x20;

Please enter the following in the chat box

* send <mark style="color:yellow;">quantity</mark> to <mark style="color:yellow;">receiving address</mark>&#x20;
* Example: send <mark style="color:yellow;">10</mark> to <mark style="color:yellow;">0x1cD7a18909C948af8C56a991e9aB407F5942A442</mark>

#### **Send ERC20 tokens**&#x20;

Please enter the following template in the chat box

* send <mark style="color:yellow;">token contract address</mark> num <mark style="color:yellow;">quantity</mark> to <mark style="color:yellow;">receiving address</mark>&#x20;
* Example: send <mark style="color:yellow;">0x55d398326f99059fF775485246999027B3197955</mark> num <mark style="color:yellow;">10</mark> to <mark style="color:yellow;">0x1cD7a18909C948af8C56a991e9aB407F5942A442</mark>

### AI Smart Contract Audit&#x20;

Note: Currently supports smart contracts of BSC and ETH networks

#### Contract Detection Please enter the following in the chat box

* detect <mark style="color:yellow;">contract address</mark>&#x20;
* Example: detect <mark style="color:yellow;">0x55d398326f99059fF775485246999027B3197955</mark>

In the future, NetX members will have the right to use more features of Agent and gain more benefits.


---

# 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://netx.gitbook.io/netx-docs/agent/ai-template.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.
