> For the complete documentation index, see [llms.txt](https://docs.term.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.term.finance/terminal-1-execution/integrations.md).

# Integrations

Terminal 1 integrates with external venues and standards to compose multi-step execution workflows. Integrations fall into three categories: **lending venues** (e.g., Aave and Morpho), **DEX aggregators** (used for swaps where applicable), and **vault standards** (notably ERC‑4626 vaults). These integrations expand where routes can source funds, where obligations can be refinanced, and how intermediate steps are executed. Availability is workflow and chain dependent: a given integration may be supported only for certain assets, markets, or execution paths.

<figure><img src="/files/ZAFu7DalsyiHhxXCJLzt" alt=""><figcaption></figcaption></figure>

* [Aave](/terminal-1-execution/integrations/aave.md)
* [Morpho](/terminal-1-execution/integrations/morpho.md)
* [ERC4626](/terminal-1-execution/integrations/erc4626.md)
* [Aggregators](/terminal-1-execution/integrations/aggregators.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.term.finance/terminal-1-execution/integrations.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.
