# Agent Deployment Fee Structure

### Overview

This breakdown explains how the agent deployment fee functions:

1\. The base fee (e.g., 500 [Ambient AGI](https://www.ambientagi.ai/) tokens) is burned, creating a deflationary effect for the main token supply.

2\. The surplus (e.g., 500 [Ambient AGI](https://www.ambientagi.ai/) tokens) is used to buy the newly created agent token and then transferred to the agent's creator.

This ensures that each new agent deployment reduces the main token supply while also rewarding the creator with their agent token.

### Fee Flow Process

**1. User (Agent Creator) Initiates Deployment**

* The user wants to deploy a new agent on the platform.
* Total deployment cost (example): 1,000 [Ambient AGI](https://www.ambientagi.ai/) tokens.

**2. Base Fee (e.g., 500 AmbientAGI** **tokens) → Burn**

* A portion of the deployment fee (e.g., 500 tokens) is sent to a burn address, permanently removing it from circulation.
* This creates a deflationary effect for the main token.

**3. Surplus (e.g., 500 AmbientAGI** **tokens) → Buy Agent Token**

* The remaining portion of the fee (e.g., **500** [Ambient AGI](https://www.ambientagi.ai/) **tokens**) is swapped (via a DEX or internal mechanism) for the newly minted “Agent Token.”
* This token is specific to the deployed agent and represents ownership, governance, or utility.

**4. Agent Token → Creator**

* The purchased agent tokens are transferred to the creator’s wallet.
* The creator now holds the tokens for their newly deployed agent.

### Why This Model Works

**1. Deflationary Pressure on the Main Token**

* Burning a portion of the fee (e.g., 500 [Ambient AGI](https://www.ambientagi.ai/) **tokens**) reduces supply, supporting long-term value for token holders.

**2. No New Minting**

* No additional tokens are created; the process recycles existing tokens.

**3. Immediate Demand for Agent Tokens**

* The surplus portion (e.g., **500** [Ambient AGI](https://www.ambientagi.ai/) **tokens**) creates initial buy pressure and liquidity for the agent token.

**4. Rewards for Creators**

* The creator receives tangible value through agent token ownership.

**5. Simple and Transparent**

* The entire process is handled in a single transaction via a smart contract.

**Example Scenario**

**Alice Deploys a New Agent**

1\. Alice pays **1,000** [Ambient AGI](https://www.ambientagi.ai/) **tokens** (example) to the deployment contract.

2\. The contract:

* Burns **500** [Ambient AGI](https://www.ambientagi.ai/) **tokens** (example base fee).
* Swaps **500** [Ambient AGI](https://www.ambientagi.ai/) **tokens** for the newly minted **“AliceBot Token” (ABT).**
* Transfers the ABT tokens to Alice.

**3. Outcome:**

* The main token supply decreases by **500** [Ambient AGI](https://www.ambientagi.ai/) **tokens (example value)**.
* Alice owns all or most of the ABT token supply.

**Key Takeaways**

* Total deployment cost (example): **1,000** [Ambient AGI](https://www.ambientagi.ai/) **tokens**.
* Base fee burned (example): **500** [Ambient AGI](https://www.ambientagi.ai/) **tokens** → deflationary.
* Surplus swapped (example): **500** [Ambient AGI](https://www.ambientagi.ai/) **tokens** → agent token.
* This model supports both token deflation and incentives for creators without introducing inflation.


---

# 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.ambientagi.ai/agent-deployment-fee-structure.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.
