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

# DeFi

- [Features Overview](https://docs.omniatech.io/defi/features-overview.md)
- [Wallet Integration](https://docs.omniatech.io/defi/wallet-integration.md)
- [MEV Cashback](https://docs.omniatech.io/defi/mev-cashback.md)
- [Frontrunning Protection](https://docs.omniatech.io/defi/frontrunning-protection.md)
- [Reinforced Transactions](https://docs.omniatech.io/defi/reinforced-transactions.md)
- [Honeypot Protection](https://docs.omniatech.io/defi/honeypot-protection.md)
- [Token Approval Protection](https://docs.omniatech.io/defi/token-approval-protection.md): OMNIA's Token Approval Protection secures DeFi traders' funds using our safe RPC Endpoints, halting transactions and providing real-time alerts against malicious tokens.
- [Security Policy](https://docs.omniatech.io/defi/security-policy.md)
- [Comprehensive Security Event Detection (Notifications)](https://docs.omniatech.io/defi/comprehensive-security-event-detection-notifications.md): This page describes the security events detected by OMNIA when analysing transactions made by our users in order to protect them from malicious activities.
- [Have I been Frontrunned Tool](https://docs.omniatech.io/defi/have-i-been-frontrunned-tool.md)
- [Atomic Transaction](https://docs.omniatech.io/defi/atomic-transaction.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.omniatech.io/defi.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.
