# Arbor Finance

## Arbor Finance

- [Welcome](https://docs.arbor.finance/readme.md)
- [Litepaper](https://docs.arbor.finance/litepaper.md): Arbor - DeFi Native Credit Markets
- [FAQ](https://docs.arbor.finance/faq.md)
- [Auctions](https://docs.arbor.finance/protocol/auctions.md): How Arbor bonds are sold
- [Token](https://docs.arbor.finance/protocol/arbor-token.md)
- [Bonds](https://docs.arbor.finance/protocol/bonds.md)
- [Simple bonds](https://docs.arbor.finance/protocol/bonds/simple.md)
- [Convertible bonds](https://docs.arbor.finance/protocol/bonds/convert.md)
- [Orderbook](https://docs.arbor.finance/protocol/orderbook.md)
- [Create an order](https://docs.arbor.finance/protocol/orderbook/create-an-order.md)
- [Borrowers](https://docs.arbor.finance/participants/borrowers.md)
- [How does borrowing work?](https://docs.arbor.finance/participants/borrowers/how-to-borrow.md)
- [How does my DAO get verified?](https://docs.arbor.finance/participants/borrowers/verification.md)
- [How do defaults work?](https://docs.arbor.finance/participants/borrowers/how-do-defaults-work.md)
- [Credit Enhancers](https://docs.arbor.finance/participants/borrowers/credit-enhancers.md): Additional steps may be taken to enhance the borrower's credit.
- [What are the fees?](https://docs.arbor.finance/participants/borrowers/fees.md)
- [Lenders](https://docs.arbor.finance/participants/lenders.md)
- [When can I convert my bonds?](https://docs.arbor.finance/participants/lenders/when-can-i-convert-my-bonds.md)
- [How does lending work?](https://docs.arbor.finance/participants/lenders/how-to-lend.md)
- [How do defaults work?](https://docs.arbor.finance/participants/lenders/defaults.md)
- [Zero Coupon Bonds](https://docs.arbor.finance/financial-concepts/zero-coupon-bonds.md)
- [Overview](https://docs.arbor.finance/financial-concepts/zero-coupon-bonds/characteristics-of-bonds.md)
- [ZCB pricing](https://docs.arbor.finance/financial-concepts/zero-coupon-bonds/zcb-pricing.md)
- [Options](https://docs.arbor.finance/financial-concepts/convertible-bonds.md)
- [Call options](https://docs.arbor.finance/financial-concepts/convertible-bonds/call-options.md)
- [Option pricing](https://docs.arbor.finance/financial-concepts/option-pricing.md)
- [Architecture](https://docs.arbor.finance/developer-api/architecture.md)
- [Bond](https://docs.arbor.finance/developer-api/bond.md): A custom ERC20 token that can be used to issue bonds.The contract handles issuance, payment, conversion, and redemption.
- [BondFactory](https://docs.arbor.finance/developer-api/bondfactory.md): This factory contract issues new bond contracts.
- [Risks](https://docs.arbor.finance/resources/risks.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://docs.arbor.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.
