# LombardFi

## LombardFi

- [LombardFi in a Nutshell](https://docs.lombard.fi/lombardfi-in-a-nutshell.md): Fixed Terms. All the Coins.
- [Filing the Gap](https://docs.lombard.fi/protocol-motivation/filing-the-gap.md): Product Market Fit
- [DeFi Lending Landscape](https://docs.lombard.fi/protocol-motivation/defi-lending-landscape.md)
- [LombardFi: A Reputation-based Liquidity Protocol](https://docs.lombard.fi/protocol-design/lombardfi-a-reputation-based-liquidity-protocol.md): Fixed terms. All the coins.
- [Borrowers](https://docs.lombard.fi/protocol-design/borrowers.md)
- [Lenders](https://docs.lombard.fi/protocol-design/lenders.md)
- [Term Sheet](https://docs.lombard.fi/protocol-design/term-sheet.md)
- [Loan Origination](https://docs.lombard.fi/protocol-design/loan-origination.md)
- [Repayments and Withdrawals](https://docs.lombard.fi/protocol-design/repayments-and-withdrawals.md)
- [Defaults](https://docs.lombard.fi/protocol-design/defaults.md)
- [How To Deposit Funds](https://docs.lombard.fi/project-information/how-to-deposit-funds.md)
- [How to Request a Loan](https://docs.lombard.fi/project-information/how-to-request-a-loan.md)
- [Project Roadmap](https://docs.lombard.fi/project-information/project-roadmap.md)
- [Value Capturing](https://docs.lombard.fi/project-information/value-capturing.md)
- [Path to Decentralization](https://docs.lombard.fi/project-information/path-to-decentralization.md)
- [System Overview](https://docs.lombard.fi/developers/system-overview.md)
- [Pool Factory](https://docs.lombard.fi/developers/pool-factory.md): The PoolFactory contract acts as a deploye and registry for new Pool contracts. It also provides certain functions for changing the properties of the deployed pools, such as the origination fee.
- [Pool](https://docs.lombard.fi/developers/pool.md): The Pool contract is a core element of the LombardFi protocol that contains assets and governs their accounting logic.
- [Router](https://docs.lombard.fi/developers/router.md): The Router contract is an entry point for interacting with the LombardFi system, with much of the verification logic done in the contract to compress the size of the Pool contract.
- [Oracle Manager](https://docs.lombard.fi/developers/oracle-manager.md): The OracleManager contract aggregates answers by oracle systems such as Chainlink. Fetching a price involves querying oracles one-by-one until a satisfactory answer is obtained.
- [Chainlink Oracle Adapter](https://docs.lombard.fi/developers/chainlink-oracle-adapter.md): The ChainlinkOracleAdapter is a contract that uses Chainlink to retrieve price data for various assets. It supports all X / ETH feeds as well as WBTC and WETH.
- [Contract Reference](https://docs.lombard.fi/developers/contract-reference.md)
- [Router.sol](https://docs.lombard.fi/developers/contract-reference/router.sol.md)
- [Pool.sol](https://docs.lombard.fi/developers/contract-reference/pool.sol.md)
- [PoolFactory.sol](https://docs.lombard.fi/developers/contract-reference/poolfactory.sol.md)
- [OracleManager.sol](https://docs.lombard.fi/developers/contract-reference/oraclemanager.sol.md)
- [ChainlinkOracleAdapter.sol](https://docs.lombard.fi/developers/contract-reference/chainlinkoracleadapter.sol.md)
- [Audits](https://docs.lombard.fi/developers/audits.md)
