# Protocol Mechanisms

- [Fixed Rate Tokenization](https://docs.ts.finance/protocol-mechanisms/fixed-rate-tokenization.md)
- [User Roles](https://docs.ts.finance/protocol-mechanisms/user-roles.md)
- [Range Order Setter](https://docs.ts.finance/protocol-mechanisms/range-order-setter.md)
- [Borrowing Range Order Setter](https://docs.ts.finance/protocol-mechanisms/range-order-setter/borrowing-range-order-setter.md)
- [Lending Range Order Setter](https://docs.ts.finance/protocol-mechanisms/range-order-setter/lending-range-order-setter.md)
- [Two-Way Range Order Setter](https://docs.ts.finance/protocol-mechanisms/range-order-setter/two-way-range-order-setter.md)
- [Market Taker](https://docs.ts.finance/protocol-mechanisms/market-taker.md)
- [Borrower](https://docs.ts.finance/protocol-mechanisms/market-taker/borrower.md)
- [Lender](https://docs.ts.finance/protocol-mechanisms/market-taker/lender.md)
- [Leverager](https://docs.ts.finance/protocol-mechanisms/market-taker/leverager.md)
- [Curator](https://docs.ts.finance/protocol-mechanisms/curator.md)
- [Depositor](https://docs.ts.finance/protocol-mechanisms/depositor.md)
- [Components](https://docs.ts.finance/protocol-mechanisms/components.md)
- [Market](https://docs.ts.finance/protocol-mechanisms/components/market.md)
- [Range Order / Pricing Curve](https://docs.ts.finance/protocol-mechanisms/components/range-order-pricing-curve.md)
- [Vault](https://docs.ts.finance/protocol-mechanisms/components/vault.md)
- [Token](https://docs.ts.finance/protocol-mechanisms/components/token.md)
- [Transaction Fees](https://docs.ts.finance/protocol-mechanisms/transaction-fees.md)
- [FAQ](https://docs.ts.finance/protocol-mechanisms/faq.md)
- [Alpha Market](https://docs.ts.finance/protocol-mechanisms/alpha-market.md)
- [Long/Short](https://docs.ts.finance/protocol-mechanisms/alpha-market/long-short.md)
- [Dual Investment](https://docs.ts.finance/protocol-mechanisms/alpha-market/dual-investment.md)
- [Asset Withdrawal & Settlement](https://docs.ts.finance/protocol-mechanisms/alpha-market/asset-withdrawal-and-settlement.md)
- [Fees and Costs](https://docs.ts.finance/protocol-mechanisms/alpha-market/fees-and-costs.md)
- [Trading Volume for Alpha Markets on TermMax](https://docs.ts.finance/protocol-mechanisms/alpha-market/trading-volume-for-alpha-markets-on-termmax.md)
- [New Feature: Exercise - Delivery](https://docs.ts.finance/protocol-mechanisms/alpha-market/new-feature-exercise-delivery.md)


---

# 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.ts.finance/protocol-mechanisms.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.
