# 88mph Docs v4

## 88mph Docs v4

- [Introduction](https://docs.88mph.app/master.md)
- [Disclaimer](https://docs.88mph.app/disclaimer.md)
- [Fixed yield rate](https://docs.88mph.app/getting-started/fixed-apy.md): Earn a fixed yield rate on your assets.
- [Yield tokens](https://docs.88mph.app/getting-started/yield-tokens.md): Speculate on future variable-rate yields and strengthen the solvency of 88mph protocol.
- [Risk mitigation](https://docs.88mph.app/getting-started/risk-mitigation.md)
- [MPH Tokenomics](https://docs.88mph.app/vemph-gauges/tokenomics.md)
- [veMPH](https://docs.88mph.app/vemph-gauges/vemph.md): Getting familiar with veMPH
- [Understanding veMPH](https://docs.88mph.app/vemph-gauges/vemph/understanding-vemph.md)
- [Using veMPH](https://docs.88mph.app/vemph-gauges/vemph/using-vemph.md)
- [Gauges](https://docs.88mph.app/vemph-gauges/gauges.md): Gauges are contracts that determine how MPH rewards are allocated and facilitate their distribution.
- [Integration guide](https://docs.88mph.app/developer-docs/integration-guide.md)
- [Smart contract architecture](https://docs.88mph.app/developer-docs/smart-contract-architecture.md)
- [Smart contract references](https://docs.88mph.app/developer-docs/smart-contract-references.md)
- [DInterest](https://docs.88mph.app/developer-docs/smart-contract-references/dinterest.md)
- [DInterestLens](https://docs.88mph.app/developer-docs/smart-contract-references/dinterestlens.md)
- [ZeroCouponBond](https://docs.88mph.app/developer-docs/smart-contract-references/zerocouponbond.md)
- [Audits / Security](https://docs.88mph.app/developer-docs/security.md)
- [REST API](https://docs.88mph.app/developer-docs/rest-api.md)
- [Governance](https://docs.88mph.app/governance-2.md)
- [Proposals](https://docs.88mph.app/governance-2/proposals.md)
- [Grants & Funding](https://docs.88mph.app/grants-funding.md)
- [Changelog](https://docs.88mph.app/changelog.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.88mph.app/master.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.
