# Ecosystem Design, Incentives, and Governance

#### CEX/DEX integration model

UNIKO operates across both:

·      Centralised exchanges for order-book execution and depth-based quoting

·      Decentralised exchanges for on-chain swaps and LP-based liquidity flows

A.M.M.Q’s routing and liquidity support modules are designed to select execution paths based on:

·      depth availability

·      slippage estimates

·      fees and transaction costs

·      latency and reliability

·      risk constraints

#### Incentive distribution (conceptual)

UNIKO’s value flows are designed to distribute outcomes across multiple roles to support ecosystem sustainability.

<table data-header-hidden><thead><tr><th valign="bottom"></th><th valign="bottom"></th></tr></thead><tbody><tr><td valign="bottom">Recipient / Pool</td><td valign="bottom">Purpose</td></tr><tr><td valign="bottom">Participants</td><td valign="bottom">Primary value increase allocation</td></tr><tr><td valign="bottom">Referrers / sharers</td><td valign="bottom">Growth and distribution incentives</td></tr><tr><td valign="bottom">Reward pools</td><td valign="bottom">Long-term ecosystem incentives</td></tr><tr><td valign="bottom">Fees / operating allocation</td><td valign="bottom">System operation, infrastructure, maintenance</td></tr><tr><td valign="bottom">Burn pools</td><td valign="bottom">Supply reduction and long-term support</td></tr></tbody></table>

#### Team generational reward structure

UNIKO supports team-based generational incentives.

<table data-header-hidden><thead><tr><th valign="bottom"></th><th valign="bottom"></th><th valign="bottom"></th><th valign="bottom"></th></tr></thead><tbody><tr><td valign="bottom">Generation</td><td valign="bottom">Bonus Ratio</td><td valign="bottom">Generation</td><td valign="bottom">Bonus Ratio</td></tr><tr><td valign="bottom">1</td><td valign="bottom">20%</td><td valign="bottom">11</td><td valign="bottom">3%</td></tr><tr><td valign="bottom">2</td><td valign="bottom">10%</td><td valign="bottom">12</td><td valign="bottom">3%</td></tr><tr><td valign="bottom">3</td><td valign="bottom">10%</td><td valign="bottom">13</td><td valign="bottom">2%</td></tr><tr><td valign="bottom">4</td><td valign="bottom">10%</td><td valign="bottom">14</td><td valign="bottom">2%</td></tr><tr><td valign="bottom">5</td><td valign="bottom">10%</td><td valign="bottom">15</td><td valign="bottom">2%</td></tr><tr><td valign="bottom">6</td><td valign="bottom">5%</td><td valign="bottom">16</td><td valign="bottom">1%</td></tr><tr><td valign="bottom">7</td><td valign="bottom">5%</td><td valign="bottom">17</td><td valign="bottom">1%</td></tr><tr><td valign="bottom">8</td><td valign="bottom">5%</td><td valign="bottom">18</td><td valign="bottom">1%</td></tr><tr><td valign="bottom">9</td><td valign="bottom">5%</td><td valign="bottom">19</td><td valign="bottom">1%</td></tr><tr><td valign="bottom">10</td><td valign="bottom">3%</td><td valign="bottom">20</td><td valign="bottom">1%</td></tr></tbody></table>

#### Weekly review and dynamic optimisation

UNIKO’s ecosystem tier and evaluation criteria can be reviewed on a weekly cycle, and users who do not meet requirements may be automatically adjusted to the appropriate level. This mechanism is designed to keep the structure aligned with ecosystem needs and market evolution.

#### Governance options (high-level)

UNIKO governance can evolve through phased models:

1. Foundation governance (initial phase)\
   Controlled parameter updates and safety governance with strict change controls.
2. Hybrid governance (growth phase)\
   Community proposals and signalling, combined with safety-reviewed execution.
3. On-chain governance (mature phase)\
   Protocol-level governance for selected parameters, with guardrails and timelocks.

Governance scope can include:

·      Tier and cap configuration

·      Risk parameter updates

·      Reward pool policy

·      Burn/protection routing policy

·      Treasury and reserve policy (if applicable)


---

# 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://uniko.gitbook.io/uniko-whitepaper/ecosystem-design-incentives-and-governance.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.
