> For the complete documentation index, see [llms.txt](https://docs.zer0.build/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zer0.build/core-concepts/agent-vault.md).

# Agent Vault

Rent specialized AI agents or create your own and earn passive income.

***

## 🛍️ What is the Agent Vault?

The Agent Vault is a marketplace where developers publish specialized AI agents and users rent them for specific tasks. Think "app store for private AI."

***

## 📦 Featured Agents

| Agent                  | Function                         | Price/Day | Popularity |
| ---------------------- | -------------------------------- | --------- | ---------- |
| **DeFi Optimizer Pro** | Find best yields, auto-rebalance | 20 $zer0  | ⭐⭐⭐⭐⭐      |
| **MEV Hunter**         | Frontrun detection, arbitrage    | 50 $zer0  | ⭐⭐⭐⭐⭐      |
| **Research Pro**       | Academic paper analysis          | 5 $zer0   | ⭐⭐⭐⭐       |
| **Social Scheduler**   | Auto-post, engagement bot        | 3 $zer0   | ⭐⭐⭐⭐       |
| **Code Reviewer**      | PR review, bug detection         | 10 $zer0  | ⭐⭐⭐⭐⭐      |

***

## 💰 Creator Economics

**As a Creator:**

* Publish your agent to the vault
* Set daily rental price (3-100 $zer0)
* **Earn 70%** of all rentals
* 20% burned, 10% to treasury

**Top creators earn 10,000-50,000 $zer0/month**

***

## 🔒 Security

* All agents run in sandboxes
* Audited before vault approval
* User reviews and ratings
* Instant refunds if agent fails

***

## 🚀 Getting Started

**To Rent:**

1. Browse vault in zer0 browser
2. Click "Rent Agent"
3. Pay in $zer0
4. Use immediately

**To Create:** See [Agent SDK](https://github.com/Onesignature/Zer0-gitbook/blob/main/developers/agent-sdk.md) for development guide.


---

# 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.zer0.build/core-concepts/agent-vault.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.
