> 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/3.-system-architecture-the-autonos-kernel/3.4-universal-protocol-standard-ups.md).

# 3.4 Universal Protocol Standard (UPS)

The primary challenge of DeFi is the lack of uniformity between protocols. Uniswap V3, Aave V3, and Curve Finance all have different interaction patterns. AutonOS solves this through the **Universal Protocol Standard (UPS)**.

The UPS acts as a "Translation Layer" within the Kernel. It provides a standardized set of commands that Kernel Agents use to interact with the DeFi ecosystem.

* **Standardized Intent:** An agent simply issues a REBALANCE command.
* **Translation:** The UPS translates this command into the specific function calls required for the target protocol (e.g., swapExactTokensForTokens on Uniswap or supply on Aave).
* **Composability:** Because agents speak the same language (UPS), they can be chained together. A "Yield Capture" agent can automatically pass its profits to a "Hedge" agent, creating a self-sustaining financial machine.

By utilizing the UPS, AutonOS ensures that as the Ethereum ecosystem evolves and new protocols emerge, agents remain functional. A simple update to the UPS Kernel allows all existing agents to interact with a new dApp without needing their core logic rewritten. This makes AutonOS a future-proof environment for digital finance entities.


---

# 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/3.-system-architecture-the-autonos-kernel/3.4-universal-protocol-standard-ups.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.
