> For the complete documentation index, see [llms.txt](https://litepaper.dormint.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://litepaper.dormint.io/economy/revenue-streams.md).

# Revenue streams

Dormint employs a strategic revenue mechanism to ensure the platform's sustainability and growth, leveraging the DOAI token to create a deflationary economic model.

## **Agent Usage Fees**

* **Public API Access**: All AI agents on Dormint’s platform are accessible via a public API, allowing anyone to use them permissionlessly. This openness encourages the widespread adoption and utilization of AI agents across various applications.
* **Per-Inference Cost**: The cost per inference call is predetermined, ensuring transparency and predictability for users when utilizing AI agents.

## **Payment Mechanism**

* **Pre-Loading DOAI Tokens**: Users must pre-load DOAI tokens into their wallets to access and utilize AI agents via the public API. This pre-loading acts as a form of collateral and ensures the platform has a steady flow of tokens.
* **On-Chain Transactions**: AI agents deduct DOAI tokens on a per-transaction basis, and all transactions are conducted on-chain. This ensures the security, transparency, and immutability of all transactions within the platform.

## **Revenue Flow**

* **User Payments**: When a user calls an AI agent via the API, DOAI tokens are deducted from the user's wallet and transferred directly to the agent's wallet. This transfer is a direct revenue stream for the platform and the agent creators.

## **Revenue Utilization**

* **Buyback and Burn**: The DOAI tokens collected in the agent's wallet are used to buy back the agent's tokens from the open market. The bought-back agent tokens are then burned, reducing the total supply of DOAI tokens.
* **Deflationary Pressure**: Burning agent tokens reduces the total supply, creating deflationary pressure. This mechanism can potentially increase the value of the remaining DOAI tokens by making them scarcer.

## **Deflationary Benefits**

* **Increased Token Value**: By continuously reducing the total supply of DOAI tokens through the buyback and burn process, the remaining tokens become more valuable over time.
* **Sustainable Growth**: The deflationary model ensures that the platform remains economically sustainable, providing long-term benefits for token holders and participants.


---

# 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:

```
GET https://litepaper.dormint.io/economy/revenue-streams.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.
