# Protocol Overview

- [Introducing SIR](https://docs.sir.trading/protocol-overview/readme.md): A New DeFi Protocol for Safer Leverage
- [Why SIR Matters](https://docs.sir.trading/protocol-overview/readme/why-sir-matters.md): Leverage You Can Sleep On
- [Take on Leverage and Forget](https://docs.sir.trading/protocol-overview/readme/take-on-leverage-and-forget.md): APE: The Math Behind Holdable Leverage
- [Liquidity and Leverage](https://docs.sir.trading/protocol-overview/liquidity-and-leverage.md): The Mechanics of Constant Leverage
- [Protocol Owned Liquidity](https://docs.sir.trading/protocol-overview/liquidity-and-leverage/protocol-owned-liquidity.md): Permanent Liquidity That Compounds Over Time
- [Price Oracle](https://docs.sir.trading/protocol-overview/trustless-oracle.md): Maximally Trustless Prices
- [Tokenomics](https://docs.sir.trading/protocol-overview/sir-a-dividend-paying-token.md): The Core Value-Capturing Token of the SIR Protocol
- [SIR Token Mechanics](https://docs.sir.trading/protocol-overview/sir-a-dividend-paying-token/sir-token-mechanics.md): How the SIR Token Works - Staking, Dividends, and Governance
- [Economic Model](https://docs.sir.trading/protocol-overview/sir-a-dividend-paying-token/economic-model.md): The Three-Token Economy and Business Model
- [Token Distribution](https://docs.sir.trading/protocol-overview/sir-a-dividend-paying-token/token-distribution.md): Emission Schedule and Allocation Strategy
- [Token Auctions](https://docs.sir.trading/protocol-overview/token-auctions.md): Streamlining Conversion: From Diverse Tokens to Dividends
- [Deployments](https://docs.sir.trading/protocol-overview/deployments.md)
- [Contract Interfaces](https://docs.sir.trading/protocol-overview/smart-contract-interfaces.md): Function-level reference for integrating with SIR Protocol contracts.
- [Vault](https://docs.sir.trading/protocol-overview/smart-contract-interfaces/vault.md): Main entry point for minting and burning the protocol's synthetic tokens.
- [SIR & Staking](https://docs.sir.trading/protocol-overview/smart-contract-interfaces/sir-and-staking.md): SIR token, staking for dividends, reward minting, and fee auctions.
- [Price Oracle](https://docs.sir.trading/protocol-overview/smart-contract-interfaces/oracle.md): TWAP price oracle interface backed by Uniswap V3 / HyperSwap / Kumbaya.
- [TEA & APE Tokens](https://docs.sir.trading/protocol-overview/smart-contract-interfaces/tea-and-ape.md): LP token (ERC1155) and leveraged token (ERC20) interfaces.
- [Security](https://docs.sir.trading/protocol-overview/user-risks.md): The Fine Print: What Could Go Wrong?
- [Audits](https://docs.sir.trading/protocol-overview/user-risks/audits.md)
- [Beta Period](https://docs.sir.trading/protocol-overview/user-risks/beta-period.md): Towards a Secure and Immutable Protocol
- [Bug Bounty](https://docs.sir.trading/protocol-overview/user-risks/bug-bounty.md)
- [Exploit & Relaunch](https://docs.sir.trading/protocol-overview/user-risks/exploit-and-relaunch.md): What Went Wrong, and What Comes Next


---

# 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.sir.trading/protocol-overview.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.
