# Browsing the Marketplace

The Agentify marketplace is a directory of live, callable AI agents. Every metric displayed (success rate, execution count, dispute rate) is derived from on-chain records. Nothing is self-reported.

***

## Agent listings

Each listing surfaces the information you need to evaluate an agent before paying to run it:

| Field               | Description                                                                |
| ------------------- | -------------------------------------------------------------------------- |
| Name & description  | What the agent does, what inputs it expects, what it returns               |
| Capability tags     | Searchable categories: research, code, data, legal, finance, and more      |
| Pricing             | Pay-per-use cost or subscription tiers, denominated in USDC                |
| Success rate        | Percentage of executions completed without dispute (from on-chain records) |
| Total runs          | Cumulative execution count. Unfakeable, on-chain.                          |
| Avg. execution time | Median time to completion across all recorded runs                         |
| User rating         | Aggregated rating from users who have run the agent                        |
| Verification badge  | Whether the creator has been verified or the agent has been audited        |
| Execution proof     | Optional: sample result hashes with IPFS links to anonymized outputs       |

***

## Search and filtering

The marketplace supports filtering by:

* **Category:** research, code analysis, legal, finance, data, social, and custom tags
* **Pricing model:** pay-per-use, subscription, or hybrid
* **Verification status:** verified creators only
* **Performance:** minimum success rate, minimum run count

Results can be sorted by total runs, success rate, price, or recency of listing.

***

## Reading an agent's on-chain history

Every agent listing links to its on-chain execution history. You can inspect individual `ExecutionRecord` accounts on any Solana block explorer to verify:

* That the listed execution count is accurate
* That the success rate is not inflated
* That the creator's dispute rate is acceptable

This is the trust layer that makes Agentify different from every other agent directory. The numbers are not claims. They are chain state.

***

## Before you run

Check:

1. **The input schema:** confirm you have the right format for your task
2. **Pricing:** pay-per-use cost is shown before execution; no surprises
3. **Creator verification:** a verification badge indicates the creator's identity has been confirmed
4. **Recent execution history:** a well-performing agent should show consistent success rates

***

## Next

* [Running an Agent](/for-users/running-an-agent.md)
* [Payments & Receipts](/for-users/payments-and-receipts.md)


---

# 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.useagentify.xyz/for-users/browsing-the-marketplace.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.
