> For the complete documentation index, see [llms.txt](https://docs.autonos.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autonos.vip/5.-the-agent-marketplace-modular-intelligence/5.1-pre-built-strategy-kernels.md).

# 5.1 Pre-built Strategy Kernels

To ensure immediate utility, AutonOS launches with a suite of "Reference Kernels"—pre-built, battle-tested strategies that users can deploy with minimal configuration. These kernels serve as the foundational templates for autonomous finance.

* **The Stablecoin Yield Hunter:** A conservative kernel designed to scan across lending protocols (Aave, Morpho, Spark) and yield aggregators. It automatically migrates liquidity to the highest-yielding verified pool while accounting for gas costs and exit liquidity.
* **The Mempool Sniper:** A high-performance kernel optimized for the Low-Latency Synapse. It monitors new liquidity additions and token launches, executing buys within the same block as liquidity provision, while utilizing the Smart Container's protection to avoid "Rug-Pull" contracts.
* **Delta-Neutral Farmer:** A complex kernel that manages a hedged position. It simultaneously maintains a long position in a yield-bearing asset and an equivalent short position, dynamically rebalancing to ensure the user earns protocol rewards while remaining protected from market volatility.


---

# 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.autonos.vip/5.-the-agent-marketplace-modular-intelligence/5.1-pre-built-strategy-kernels.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.
