# Your First AI Agent on Supra

In this guide, you’ll learn how to build and run your first Supra AI Agent, an interactive agent that communicates with the Supra Network and capable of:

* Creating a new account on Supra Network.
* Fetching your account balance.
* Funding your account via faucet
* Retrieving transaction details by transaction hash
* Retrieving your transaction history
* Fetching on‑chain resource data of your account.

## Why Choose Supra for AI Agents?

Supra’s vertically integrated infrastructure, plus tight coupling of [OpenBlocks.ai](https://openblocks.ai/) at its core, creates the most complete environment for AI Agents to flourish in a multi-chain DeFi world.

With real-time data through Supra’s built-in Oracles, native automation, cross-chain communication, and seamless execution all in one stack, Supra will allow your AI Agent to operate at peak intelligence and speed. Supra is the first platform where strategy becomes execution without friction.

In a world of fragmented tools, Supra delivers the one thing AI Agents truly need: a unified infrastructure to execute your intent at the speed of light.


---

# 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://supraoracles.gitbook.io/supra/ai-agents/your-first-ai-agent-on-supra.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.
