# Compatibility

The available protocols on Recipe Creator depend on the chain you're currently on.

In this article, we'll cover the full protocol-chain compatibility for Recipe Creator:

| Protocol    | Ethereum | Arbitrum | Optimism | Base |
| ----------- | -------- | -------- | -------- | ---- |
| Aave V3     | ✅        | ✅        | ✅        | ✅    |
| Fluid       | ✅        | ✅        | ❌        | ✅    |
| Maker       | ✅        | ❌        | ❌        | ❌    |
| CurveUSD    | ✅        | ❌        | ❌        | ❌    |
| Liquity     | ✅        | ❌        | ❌        | ❌    |
| Compound V3 | ✅        | ✅        | ❌        | ✅    |
| Spark       | ✅        | ❌        | ❌        | ❌    |
| Morpho      | ✅        | ❌        | ❌        | ✅    |
| Lido        | ✅        | ❌        | ❌        | ❌    |
| Uniswap V2  | ✅        | ❌        | ❌        | ❌    |
| Uniswap V3  | ✅        | ✅        | ✅        | ✅    |
| Aave V2     | ✅        | ❌        | ❌        | ❌    |
| Compound v2 | ✅        | ❌        | ❌        | ❌    |
| Yearn       | ✅        | ❌        | ❌        | ❌    |

{% hint style="info" %}
*The actions within the protocols are the same across all chains.*
{% endhint %}

***

## Related Articles:

* [Available actions](https://help.defisaver.com/features/recipe-creator/available-actions)
* [Use-case](https://help.defisaver.com/features/recipe-creator/use-case)
* [Fees](https://help.defisaver.com/features/recipe-creator/fees)


---

# 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/features/recipe-creator/compatibility.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.
