# On-chain Agent: The Audit Oracle

To make Web3 verifiable, auditable, and accountable, the Audit Oracle establishes a universal trust layer for the agent to agent economy. Humans can interact with our agent via the AuditOne terminal for secure trading, portfolio mgt., news & analytics.

**User Interface**: \
<https://agent.auditone.io/>

**Agent on Virtuals:** <https://app.virtuals.io/prototypes/0xb17a7581c9A006E8B5fDA85506cFD3448ed75746><br>

Trading is powered by [Near Intents](https://docs.near-intents.org/near-intents).

The following tokens are currently supported for **trading** (E.g.: "Trade X ETH on Base for BTC on Bitcoin with Bitcoin receiver address Y"):

<table><thead><tr><th width="99.625">Symbol</th><th width="696.1640625">Chains</th></tr></thead><tbody><tr><td>ETH</td><td>Base, Ethereum, Optimism, Arbitrum, Near</td></tr><tr><td>wETH</td><td>Gnosis</td></tr><tr><td>BTC </td><td>Bitcoin</td></tr><tr><td>wBTC</td><td>Ethereum, Near</td></tr><tr><td>cbBTC</td><td>Base</td></tr><tr><td>USDC</td><td>Base, Ethereum, Optimism, Arbitrum, Near</td></tr><tr><td>USDT</td><td>Ethereum, Near, Solana, Optimism, Arbitrum, Tron, Avalanche, Polygon, BSC, Gnosis</td></tr><tr><td>EURe</td><td>Gnosis</td></tr></tbody></table>

Note: Make sure to mention always the right destination address where you want to get your funds transferred to. E.g.: Native Bitcoin requires a Bitcoin address, USDC on Base or Ethereum an EVM compatible address and so on. We cannot recover lost funds.

**Other actions to execute via the agent terminal:**\
Security & Audit Details: Provides you with security and audit details of a token\
Analyze my Portfolio: Assesses the tokens in your portfolio\
Overall Analysis: A general assessment of a token\
Market Metrics:  Market specific stats for a token\
Trending Tokens: Tokens trending based on recent activity\
Recent Activity: Recent news from X displayed

<br>


---

# 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://docs.auditone.io/on-chain-agent-the-audit-oracle.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.
