# Agent Listing: Create, Upload, Monetize

Met.AI empowers anyone—whether an individual developer, AI research group, or enterprise—to publish and monetize their own AI agents through a fully decentralized and permissionless listing system. By turning intelligent models into on-chain service entities, Met.AI transforms each agent into a self-contained digital product that can be discovered, rented, sold, or subscribed to.

The listing process begins when a creator deploys their AI agent to the Met.AI marketplace through a standardized registration interface. This process includes three core steps:

1. **Agent Definition & Metadata Registration**

Every agent must be described with structured metadata, allowing the marketplace to classify, match, and evaluate it efficiently. Required fields include:This metadata is hashed and recorded on-chain to ensure tamper-proof discoverability and to power search and ranking engines across the marketplace.

* **Agent Name & Description：**&#x48;uman-readable identifiers and summaries of function, use cases, and strengths.
* **Input/Output Format：**&#x44;ata types the agent accepts and produces (e.g., text prompts, image files, price feeds).
* **Agent Domain：**&#x43;ategorization into fields such as Natural Language Processing, Computer Vision, Quantitative Analysis, etc.
* **Execution Environment：**&#x57;hether the agent runs on-chain, via an off-chain compute oracle, or within a TEE-secured enclave.
* **Model Performance Specs：**&#x4C;atency, expected accuracy, resource requirements, and example outputs.

2. **Commercial Configuration**

Developers choose how they wish to offer access to their agent. Met.AI supports flexible monetization models tailored to diverse needs:Developers may also configure dynamic pricing options such as usage-based tiering, seasonal pricing, or bundle discounts for multi-agent suites.

* **Pay-per-Use (Rental)：**&#x55;sers pay a fixed or metered fee each time they invoke the agent for a task.
* **Subscription：**&#x55;sers unlock persistent access via time-based payments (e.g., weekly data summaries, daily signal scans).
* **One-Time Purchase (Sale)：**&#x54;he agent is offered for permanent transfer, with optional inclusion of model weights, source code, and commercial rights.

3. **Smart Contract Deployment**

Once metadata and pricing are finalized, Met.AI generates a dedicated smart contract instance that governs interactions between the agent and its users. This includes:The agent is now live on the marketplace—immediately discoverable, auditable, and available for engagement.

* Automated payment handling
* Access control enforcement
* Logging and version control
* Optional upgradability

By enabling open agent listing with programmable monetization and protocol-enforced terms, Met.AI transforms AI deployment into a decentralized economic activity. Every agent becomes a modular, self-governing service unit—capable of earning, evolving, and scaling across use cases and user groups without platform lock-in.

<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.metcoin.xyz/decentralized-ai-agent-marketplace/agent-listing-and-matching/agent-listing-create-upload-monetize.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.
