# C.R.E.A.M. Finance

## Ethereum Mainnet

- [C.R.E.A.M. Finance](https://docs.cream.finance/readme.md): Ethereum Mainnet documentation
- [Contract Address](https://docs.cream.finance/smart-contract-address.md)
- [Audit Report](https://docs.cream.finance/audit-report.md)
- [About](https://docs.cream.finance/about.md)
- [Press Kit](https://docs.cream.finance/press-kit.md): Press kit and assets for media use
- [Terms of Service](https://docs.cream.finance/tos.md)
- [Lending Contract Address](https://docs.cream.finance/lending/lending-contract-address.md)
- [Collateral Factor & Reserve Factor](https://docs.cream.finance/lending/collateral-factor-and-reserve-factor-1.md)
- [Interest Rate Model](https://docs.cream.finance/lending/interest-rate-model.md)
- [Price Oracle](https://docs.cream.finance/lending/price-oracle.md): How C.R.E.A.M. Finance get token price
- [iceCREAM Tokenomics](https://docs.cream.finance/icecream/icecream-tokenomics.md): Currently Phase 1
- [iceCREAM Mechanism Phase 1](https://docs.cream.finance/icecream/icecream-mechanism-phase-1.md)
- [iceCREAM Mechanism Phase 2](https://docs.cream.finance/icecream/icecream-mechanism-phase-2.md)
- [crTokens](https://docs.cream.finance/developer/crtokens.md): Shout out to our community member Ivan Flores for the hard work and contribution
- [Key Events](https://docs.cream.finance/developer/key-events.md)
- [Error Codes](https://docs.cream.finance/developer/error-codes.md)
- [crTokens](https://docs.cream.finance/developer/error-codes/crtokens.md)
- [Comptroller](https://docs.cream.finance/developer/error-codes/comptroller.md)
- [Subgraph (GraphQL)](https://docs.cream.finance/developer/subgraph-graphql.md)
- [Testnet](https://docs.cream.finance/developer/testnet.md)
- [What is Ethereum 2.0](https://docs.cream.finance/eth2/what-is-ethereum-2.0.md)
- [Why Stake for CRETH2](https://docs.cream.finance/eth2/why-stake-in-ethereum-2.0.md)
- [Migration Schedule](https://docs.cream.finance/eth2/migration-schedule.md)
- [CRETH2 Contract Address](https://docs.cream.finance/eth2/ethereum-2.0-contract-address.md)
- [Swap](https://docs.cream.finance/legacy/swap.md): Cream Swap is a fork of Balancer. After Yearn merger, we chose to deprecate Swap and focus on Lending.
- [Swap v1](https://docs.cream.finance/legacy/swap/swap-v1.md): Balancer Core Concept
- [Swap v2](https://docs.cream.finance/legacy/swap/swap-v2.md): Balancer Core Concept
- [Reward Pool Contract Address](https://docs.cream.finance/legacy/reward-pool-contract-address.md)
- [Inactive Staking pools Address](https://docs.cream.finance/legacy/inactive-staking-pools-address.md)
- [creamY](https://docs.cream.finance/legacy/creamy-v1.md)

## Binance Smart Chain

- [C.R.E.A.M. Finance](https://docs.cream.finance/binance-smart-chain/readme.md): Binance Smart Chain documentation
- [Flash Loans](https://docs.cream.finance/binance-smart-chain/flash-loans.md)
- [Lending Contract Address](https://docs.cream.finance/binance-smart-chain/lending/lending-contract-address.md)
- [Collateral Factor & Reserve Factor](https://docs.cream.finance/binance-smart-chain/lending/collateral-factor-and-reserve-factor.md)
- [Interest Rate Model](https://docs.cream.finance/binance-smart-chain/lending/interest-rate-model.md)
- [Price Oracle](https://docs.cream.finance/binance-smart-chain/lending/price-oracle.md)

## Arbitrum

- [C.R.E.A.M. Finance](https://docs.cream.finance/arbitrum/readme.md): Arbitrum documentation
- [Flash Loans](https://docs.cream.finance/arbitrum/flash-loans.md): conforming to EIP-3156
- [Lending Contract Address](https://docs.cream.finance/arbitrum/lending/lending-contract-address.md)
- [Collateral Factor & Reserve Factor](https://docs.cream.finance/arbitrum/lending/collateral-factor-and-reserve-factor.md)
- [Interest Rate Model](https://docs.cream.finance/arbitrum/lending/interest-rate-model.md)
- [Price Oracle](https://docs.cream.finance/arbitrum/lending/price-oracle.md)

## Polygon

- [C.R.E.A.M. Finance](https://docs.cream.finance/polygon/readme.md): Polygon documentation
- [Flash Loans](https://docs.cream.finance/polygon/flash-loans.md)
- [Lending Contract Address](https://docs.cream.finance/polygon/lending/lending-contract-address.md)
- [Collateral Factor & Reserve Factor](https://docs.cream.finance/polygon/lending/collateral-factor-and-reserve-factor-1.md)
- [Interest Rate Model](https://docs.cream.finance/polygon/lending/interest-rate-model.md)
- [Price Oracle](https://docs.cream.finance/polygon/lending/price-oracle.md): How C.R.E.A.M. Finance get token price


---

# 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://docs.cream.finance/readme.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.
