# AgentStore

## Why We Want This Dashboard

Our goal is to create a public, transparent, and fair dashboard that identifies Agent projects truly used by real users, combining Web3 AI with on-chain interactions.&#x20;

This helps users separate the genuine from the fake and recognize high-quality Agent projects.

## Tracking Rules

1. We only track contracts related to AI Agents. **If a transaction is not automatically handled by an Agent, we will not track it.** For example, some DeFi projects launch Agents that only handle user FAQs; these Agents are not tracked by us. Similarly, some Agent projects do not assist users with on-chain actions but only have staking contracts where users can stake their Agent tokens to earn rewards or gain access privileges; these are also excluded from our tracking.
2. Among the projects we do track, some allow users to interact with the chain through certain contracts (e.g., contract X). The initiator of these contract addresses is often the project’s contract address rather than the user’s EOA address. Since we cannot accurately distinguish the real user data interacting with these contracts, to maintain consistency in our statistics, we still count the number of the project’s real contract addresses as the user count. Meanwhile, the total on-chain interactions of these contract addresses can genuinely reflect user interaction activity.
3. Because Agent users may have multiple contract addresses, if you find any omissions or errors in our contract address statistics for a particular project, please contact us. We will be glad to make corrections.
4. We will publicly share the relevant contract addresses we are tracking, along with explorer links to facilitate transparent verification of the accuracy of our data statistics.

## Terms

### Users

The total number of deduplicates of all addresses that interact with the target contract during the selected time, and the interaction types include 'deposits' 'withdraw' 'transfer' etc. If a project provides multiple target contracts, the final User is the total number of deduplicates of the addresses that interact with the multiple target contracts.

### TX

The total txn number of the target contract during the selected time. If a project provides multiple target contracts, the final txn count is the sum of the total txn of multiple target contracts.


---

# 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.scattering.io/agentstore.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.
