# Peridot Protocol

## Peridot Protocol

- [Introduction](https://peridot-finance.gitbook.io/peridot-protocol/introduction.md)
- [What is Peridot?](https://peridot-finance.gitbook.io/peridot-protocol/introduction/what-is-peridot.md)
- [Our Mission & Vision](https://peridot-finance.gitbook.io/peridot-protocol/introduction/our-mission-and-vision.md)
- [Protocol Features](https://peridot-finance.gitbook.io/peridot-protocol/introduction/protocol-features.md)
- [Technical Architecture](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture.md)
- [EVM](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/evm.md)
- [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)
- [Stellar](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/stellar.md)
- [Stellar Core Contracts](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/stellar/stellar-core-contracts.md)
- [Peridottroller](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/stellar/stellar-core-contracts/peridottroller.md)
- [PToken](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/stellar/stellar-core-contracts/ptoken.md)
- [MarginManager](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/stellar/stellar-core-contracts/marginmanager.md)
- [JumpRateModel](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/stellar/stellar-core-contracts/jumpratemodel.md)
- [Smart Contract Addresses](https://peridot-finance.gitbook.io/peridot-protocol/technical-architecture/stellar/smart-contract-addresses.md)
- [$P Tokenomics](https://peridot-finance.gitbook.io/peridot-protocol/usdp-tokenomics.md): The $P token is designed as a revenue-backed, deflationary asset that directly aligns protocol growth with tokenholder value. $P derives its value exclusively from real protocol cash flows.
- [Future Additions](https://peridot-finance.gitbook.io/peridot-protocol/future-additions.md)
- [Easy Mode: Onramp & Offramp for New Users](https://peridot-finance.gitbook.io/peridot-protocol/future-additions/easy-mode-onramp-and-offramp-for-new-users.md)
- [Links](https://peridot-finance.gitbook.io/peridot-protocol/links.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://peridot-finance.gitbook.io/peridot-protocol/introduction.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.
