# Supported Chains and Protocols

DeFi Saver currently supports 6 Chains:

* Ethereum
* Arbitrum
* Optimism
* Base
* Linea
* Plasma

Each Chain has different support for the Protocols available on DeFi Saver:

| Protocol    | Ethereum | Arbitrum | Optimism | Base | Linea | Plasma |
| ----------- | -------- | -------- | -------- | ---- | ----- | ------ |
| Aave v3     | ✅        | ✅        | ✅        | ✅    | ✅     | ✅      |
| Compound v3 | ✅        | ✅        | ✅        | ✅    | ❌     | ❌      |
| Fluid       | ✅        | ✅        | ❌        | ✅    | ❌     | ✅      |
| Morpho      | ✅        | ✅        | ❌        | ✅    | ❌     | ❌      |
| Liquity v2  | ✅        | ❌        | ❌        | ❌    | ❌     | ❌      |
| Maker       | ✅        | ❌        | ❌        | ❌    | ❌     | ❌      |
| CurveUSD    | ✅        | ❌        | ❌        | ❌    | ❌     | ❌      |
| Sky         | ✅        | ❌        | ❌        | ❌    | ❌     | ❌      |
| Compound v2 | ✅        | ❌        | ❌        | ❌    | ❌     | ❌      |
| Spark       | ✅        | ❌        | ❌        | ❌    | ❌     | ❌      |
| Euler v2    | ✅        | ❌        | ❌        | ❌    | ❌     | ❌      |
| LlamaLend   | ✅        | ✅        | ❌        | ❌    | ❌     | ❌      |

***

## Related Articles:

* [Automation Compatibility](https://help.defisaver.com/features/automation/compatibility)
* [Wallet Compatibility](https://help.defisaver.com/general/compatibility/wallet-compatibility)


---

# 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://help.defisaver.com/general/compatibility/supported-chains-and-protocols.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.
