> For the complete documentation index, see [llms.txt](https://docs-v4.venus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-v4.venus.io/technical-reference/reference-technical-articles.md).

# Technical articles

- [Automatic income allocation](https://docs-v4.venus.io/technical-reference/reference-technical-articles/automatic-income-allocation.md)
- [Capped Oracles](https://docs-v4.venus.io/technical-reference/reference-technical-articles/capped-oracles.md)
- [Contributing](https://docs-v4.venus.io/technical-reference/reference-technical-articles/contributing.md)
- [Diamond Comptroller in the Core pool](https://docs-v4.venus.io/technical-reference/reference-technical-articles/diamond-comptroller.md)
- [E-Mode](https://docs-v4.venus.io/technical-reference/reference-technical-articles/e-mode.md)
- [Trade](https://docs-v4.venus.io/technical-reference/reference-technical-articles/trade.md)
- [Fixed Term Vaults](https://docs-v4.venus.io/technical-reference/reference-technical-articles/fixed-rate-vaults.md)
- [Native Token Gateway](https://docs-v4.venus.io/technical-reference/reference-technical-articles/native-token-gateway.md)
- [Omnichain Governance](https://docs-v4.venus.io/technical-reference/reference-technical-articles/omnichain-governance.md)
- [Prime tokens](https://docs-v4.venus.io/technical-reference/reference-technical-articles/prime.md)
- [DeviationBoundedOracle](https://docs-v4.venus.io/technical-reference/reference-technical-articles/deviation-bounded-oracle.md)
- [FlashLoan](https://docs-v4.venus.io/technical-reference/reference-technical-articles/flashloan-core-pool.md)
- [Risk Stewards](https://docs-v4.venus.io/technical-reference/reference-technical-articles/risk-stewards.md)
- [Shortfall and auctions](https://docs-v4.venus.io/technical-reference/reference-technical-articles/shortfall-and-auctions.md)
- [TokenBuyback Contract](https://docs-v4.venus.io/technical-reference/reference-technical-articles/token-converters.md)
- [Two Kinks Interest Rate Curve](https://docs-v4.venus.io/technical-reference/reference-technical-articles/two-kinks-interest-rate-curve.md)
- [VenusERC4626 Vaults](https://docs-v4.venus.io/technical-reference/reference-technical-articles/venus-erc-4626.md)
- [XVS Bridge](https://docs-v4.venus.io/technical-reference/reference-technical-articles/xvs-bridge.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 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-v4.venus.io/technical-reference/reference-technical-articles.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.
