# Coupon Finance

## Coupon Finance

- [Introduction to Coupon Finance](https://docs.coupon.finance/introduction-to-coupon-finance.md): Lending, fixed.
- [Why Coupon Finance](https://docs.coupon.finance/project-motivations/why-coupon-finance.md)
- [Coupons](https://docs.coupon.finance/mechanism/coupons.md): Answering the question, what is a coupon?
- [Bond (Deposit)](https://docs.coupon.finance/mechanism/bond-deposit.md): The "bond" in bond coupon.
- [Loan (Borrow)](https://docs.coupon.finance/mechanism/loan-borrow.md): Money markets, facilitated by coupons
- [Liquidation](https://docs.coupon.finance/mechanism/loan-borrow/liquidation.md): Keeping the liquidity protocol liquid
- [Points](https://docs.coupon.finance/tokenomics/points.md): Ten points to Gryffindor!
- [Distribution](https://docs.coupon.finance/tokenomics/distribution.md): Let there be tokens
- [Overview](https://docs.coupon.finance/risks/overview.md)
- [Oracle Manipulation](https://docs.coupon.finance/risks/oracle-manipulation.md): Price discovery is expensive.
- [Surplus Management](https://docs.coupon.finance/risks/surplus-management.md): Making Monies
- [Collateral Configuration](https://docs.coupon.finance/risks/collateral-configuration.md): With Coupon Finance, risk is rewarded 💰
- [Deposit](https://docs.coupon.finance/app-guide/deposit.md): How to deposit on Coupon Finance
- [Withdraw](https://docs.coupon.finance/app-guide/deposit/withdraw.md): How to withdraw before the bond expires
- [Collect](https://docs.coupon.finance/app-guide/deposit/collect.md): How to collect the principle on expired bonds
- [Borrow](https://docs.coupon.finance/app-guide/borrow.md): How to borrow on Coupon Finance
- [Repay](https://docs.coupon.finance/app-guide/borrow/repay.md): How to repay the loan
- [Borrow More](https://docs.coupon.finance/app-guide/borrow/borrow-more.md): How to borrow more on the same collateral
- [Add/Remove Collateral](https://docs.coupon.finance/app-guide/borrow/add-remove-collateral.md): How to add or remove collateral
- [Lengthen/Shorten Duration](https://docs.coupon.finance/app-guide/borrow/lengthen-shorten-duration.md): How to change the duration of the loan
- [Smart Contract](https://docs.coupon.finance/developers/smart-contract.md)
- [Front End](https://docs.coupon.finance/developers/front-end.md)
- [Brand Kit](https://docs.coupon.finance/etc/brand-kit.md): Branding is the art of becoming knowable, likable, and trustable - John Jantsch
- [Community Links](https://docs.coupon.finance/etc/community-links.md): Only click official links; unofficial ones may risk your assets and data.
- [Audit](https://docs.coupon.finance/etc/audit.md)
- [Terms of Use](https://docs.coupon.finance/etc/terms-of-use.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.coupon.finance/introduction-to-coupon-finance.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.
