# 2.1 Definition

SEA AI is an AI Agent Launchpad and Marketplace operating on the BNB Chain, architected around the x402 payment standard.\
It functions simultaneously as:

* an infrastructure protocol,
* a platform for deployment and trade, and
* a framework for autonomous economic coordination.

Every Agent built within SEA AI inherits three fundamental properties:

1. HTTP-native Payment: Each interaction is mediated by x402, enabling automatic billing and verification.
2. On-Chain Autonomy: Agent state, performance, and reputation are recorded immutably on-chain.
3. Machine-to-Machine Collaboration: Agents can contract or pay one another for services, forming a living, self-optimizing network.


---

# 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.seaai.dev/2.-system-overview-of-sea-ai/2.1-definition.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.
