# Buyback Execution

Buybacks are triggered automatically by revenue events. No manual execution. No timing control. No human in the loop.

***

## The Sequence

1. Revenue event occurs on-chain
2. Smart contract receives revenue
3. 90/10 split applied automatically
4. Agent token purchased from open market
5. Platform token purchased from open market
6. Both transactions recorded on-chain — publicly verifiable

***

> **Verifiability:** Every buyback transaction is recorded on-chain and visible to all participants. Anyone can verify that a buyback occurred, when it occurred, and how much was used. No trust required.

***

{% hint style="warning" %}
**Dependency:** Execution depends on available liquidity and actual revenue volume. Thin order books or low revenue periods will affect buyback size and frequency.
{% endhint %}


---

# 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.arca.markets/buyback-execution.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.
