# EVM

- [Core Contracts](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/core-contracts.md)
- [Peridottroller](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/core-contracts/peridottroller.md)
- [PERC20](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/core-contracts/perc20.md)
- [PEther](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/core-contracts/pether.md)
- [Boosted Markets](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/boosted-markets.md)
- [Morpho Boosted Markets](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/boosted-markets/morpho-boosted-markets.md): Morpho Boosted Markets allow Peridot users to lend assets like USDC or ETH and earn additional yield from Morpho Blue Vaults (ERC-4626).
- [MorphoBoostedDelegate](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/boosted-markets/morpho-boosted-markets/morphoboosteddelegate.md): The MorphoBoostedDelegate is the implementation contract for markets that route idle liquidity to Morpho Blue Vaults. It extends the standard \`PErc20Delegate\` with ERC-4626 integration.
- [PancakeSwap Boosted Markets](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/boosted-markets/pancakeswap-boosted-markets.md): PancakeSwap Boosted Markets allow Liquidity Providers (LPs) to use their Uniswap/PancakeSwap V3 positions as collateral while continuing to earn trading fees.
- [PancakeBoostedDelegate](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/boosted-markets/pancakeswap-boosted-markets/pancakeboosteddelegate.md)
- [V3LPVault4626](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/boosted-markets/pancakeswap-boosted-markets/v3lpvault4626.md)
- [Dual Investment](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/dual-investment.md)
- [CompoundBorrowRouter](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/dual-investment/compoundborrowrouter.md)
- [DualInvestmentManagerUpgradeable](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/dual-investment/dualinvestmentmanagerupgradeable.md)
- [DualInvestmentManager](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/dual-investment/dualinvestmentmanager.md)
- [ERC1155DualPosition](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/dual-investment/erc1155dualposition.md)
- [PancakeSwapAdapter](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/dual-investment/pancakeswapadapter.md)
- [RiskGuard](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/dual-investment/riskguard.md)
- [SettlementEngine](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/dual-investment/settlementengine.md)
- [VaultExecutor](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/dual-investment/vaultexecutor.md)
- [Smart Contract Addresses](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm/smart-contract-addresses.md)


---

# 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://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm.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.
