> For the complete documentation index, see [llms.txt](https://docs.likn.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.likn.ai/likn-studio/fees-and-dividends.md).

# Fees and Dividends

## Fees

### Launching Fee

To lower the threshold for creation, the LIKN platform allows creators to create assets completely for free. The corresponding on-chain costs will be borne by the first buyer, ensuring that creators can start their creative journey without pre-paying any fees.

### Trading Fee

#### Internal Trading Fee

To maintain the sustainable development of the platform and ensure the fairness of transactions, both the buyer and the seller bear a 1% transaction fee in each transaction. This equal fee distribution ensures the transparency and fairness of transactions.

#### External Trading Fee

After the external liquidity pool (LP) is established, the platform will continue to charge a transaction fee of 0.25%. We use a lock-up mechanism instead of a burning mechanism to manage LP tokens, which can better maintain market stability.

### Seeding Fee

When the joint curve reaches the completion state, the platform will charge 2% of the in-platform liquidity as a sowing fee. To incentivize creators to continue participating and contributing, 50% of the sowing fee will be directly rewarded to the creators. It is noteworthy that creators can receive this reward without holding any tokens, and this design is intended to encourage developers to actively promote their tokens to reach 100% completion, thereby promoting the healthy development of the entire ecosystem.

### Agent Usage Fees

* **Public API Access**: All agents are accessible via a public API, allowing anyone to use them without permission.
* **Per-Inference Cost**: Each inference call has a fixed, predefined cost.
* **Payment Mechanism**: Creators need to pre-fund $LIKN tokens in the UA. The system deducts $LIKN tokens per transaction, and all operation records are stored on the chain.

## Dividends

LIKN adopts a transparent and sustainable dividend mechanism aimed at balancing stakeholder interests and incentivizing long-term participation.&#x20;


---

# 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://docs.likn.ai/likn-studio/fees-and-dividends.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.
