> For the complete documentation index, see [llms.txt](https://baseperp.gitbook.io/baseperp-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://baseperp.gitbook.io/baseperp-whitepaper/economics/protocol-economics.md).

# Protocol Economics

<figure><img src="/files/vV0l5z54fzq9l3ThDBwd" alt=""><figcaption></figcaption></figure>

Protocol economics keep trading friction low while giving LPs predictable cash flows and the treasury enough runway to harden the system. Fees are simple, sharing rules are disclosed, and safeguards are timelocked.

### 8.1 Revenue Sources

Revenue is intentionally narrow and scales with real usage. Most trading venues earn upfront; BasePerp earns mainly when users realize profits.

* **Win-based fees**: Charged only on profitable closes under ZFC via profitFeeRate.
* **Hybrid fixed fees (optional)**: Tiny per-order fees on select thin markets to deter spam and cover ops.
* **Liquidation fees**: A portion of recovered collateral on eligible liquidations.
* **Buffer-tier withdrawal fees**: Temporary, stepwise fees during low-buffer states to slow runs.
* **Minor sources**: Keeper-fee surplus (if any), plus governance-approved integration/listing fees.

### 8.2 Revenue Sharing & Treasury Policy

Early on, the system favors liquidity depth; as buffers and uptime targets are met, the protocol’s share phases in—always through public timelocks.

**LP bias at bootstrap**. Up to 100% of trading revenue can be routed to LPs to accelerate depth and reduce slippage.\
**Phased protocol share**. Treasury participation increases only after predefined milestones (buffer thresholds, uptime, audit gates).\
**Use of funds**. Engineering, independent audits, monitoring/telemetry, security backstop rewards, incident reserves, and ecosystem grants. Periodic reports summarize flows and balances and are mirrored on public dashboards.

### 8.3 Sustainability Considerations

Competitiveness and safety move together via data-driven adjustments. Stress tests simulate OI skews, jump gaps, and oracle lapses to inform parameter updates. Economic knobs—profitFeeRate, counterSkewCap, liquidatorBounty, deviationGuard—are banded and adjusted via timelock as markets mature. Hedging follows a published policy to ensure expected downside reduction exceeds cost; if economics worsen, hedging can be paused. Transparency is enforced through public metrics for fee flows, LP share, treasury runway, and Security Module health.

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://baseperp.gitbook.io/baseperp-whitepaper/economics/protocol-economics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
