# Delta Neutral and Arbitrages

Kira only picks delta-neutral and arbitrage trading opportunities. This approach avoids underlying asset price fluctuation risks and can generate predictable future cash flows. Since this is the very beginning of our fully Autonomous AI Agent hedge fund, building a successful track record is key to gaining everyone's trust.

1. Delta-Neutral - Price fluctuation is completely excluded
   1. [Future Funding Rate Arbitrage](/trust/delta-neutral-and-arbitrages/funding-rate-strategy.md)
   2. [Spread Arbitrage](/trust/delta-neutral-and-arbitrages/spread-arbitrage.md)
2. Arbitrage - Risk-free execution, especially when automated by AI
   1. [DeFi MEV](/trust/delta-neutral-and-arbitrages/mev-arbitrage.md)
   2. [CeFi-DeFi MEV](/trust/delta-neutral-and-arbitrages/mev-arbitrage.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.kira.trading/trust/delta-neutral-and-arbitrages.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.
