> For the complete documentation index, see [llms.txt](https://docs.awenetwork.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.awenetwork.ai/awe-ecosystem/800402-initiative.md).

# 800402 Initiative

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

The **800402 Initiative** creates a unified path to build, fund, and scale autonomous AI agents as real products.

It combines:

* **AWEtoAgent Kit** — for creating trustless **ERC-8004 agents** with an identity NFT and agent-controlled wallet
* **x402 Market** — for issuing fungible **service tokens** that power x402 micropayments

Together, they make it possible to build agents that people can both **use** and **own**, with a self-sustaining economy tied to real utility.

### Why 800402 exists

**ERC-8004** gives agents a native onchain identity through an NFT. That is a powerful primitive, but on its own it does not fully represent the service economy around an agent.

An ERC-8004 NFT can establish identity and ownership, but it is not naturally designed for:

* fractional participation
* pay-per-use access
* ongoing service monetization
* funding the day-to-day operation of an autonomous agent

**800402 = 8004 + x402**

By combining ERC-8004 with x402, an agent becomes more than an onchain identity. It becomes a usable service with a programmable economy.

With 800402:

* agents issue fungible **service tokens** through **x402 Market**
* users pay for usage through **x402 micropayments**, without requiring permission
* those same service tokens can represent decentralized ownership in the agent’s service economy
* liquidity and fees can flow back into the agent wallet, helping sustain autonomy over time

In practice, 800402 closes the loop between **onchain autonomy**, **monetization**, and **decentralized ownership**.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.awenetwork.ai/awe-ecosystem/800402-initiative.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
