> ## Documentation Index
> Fetch the complete documentation index at: https://docs.p2p.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Protocols Supported

The table below summarizes all protocols supported in the DeFi API and the `protocol` and `chain` parameters that are required for the crafting endpoint:

| `protocol`             | Networks | `chain`           |
| ---------------------- | -------- | ----------------- |
| [Morpho](/docs/morpho) | Ethereum | `mainnet`, `base` |

You can also get the full list of all supported protocols and networks through the GET request to [/api/defi/v1/earning/protocols](/reference/get-protocols).

The list of available strategies may vary dynamically. To see the most up-to-date list for each protocol, make an API request to [/api/defi/v1/earning/strategies](/reference/get-strategies).

## Environments

We provide one endpoint for production environment: [edge.p2p.org](https://edge.p2p.org)

Note that DeFi API is only supported on mainnet, no testnet is provided.


## Related topics

- [Getting Started](/docs/defi-api-getting-started.md)
- [Morpho Integration](/docs/morpho.md)
- [Sign and Broadcast](/docs/defi-api-signing-transaction.md)
