# cap

## Cap

- [Introduction](https://docs.cap.app/overview/readme.md): A credit platform backed by financial guarantees
- [Why Cap?](https://docs.cap.app/overview/why-cap.md): Verifiable Credit
- [Protocol Overview](https://docs.cap.app/overview/protocol-overview.md)
- [Lending Mechanics](https://docs.cap.app/overview/protocol-overview/stcusd-mechanics.md)
- [Underwriting Mechanics](https://docs.cap.app/overview/protocol-overview/shared-security-networks.md)
- [Financial Guarantees](https://docs.cap.app/overview/protocol-overview/financial-guarantees.md): On why Cap makes sense
- [Risks](https://docs.cap.app/overview/risks.md)
- [FAQs](https://docs.cap.app/overview/faqs.md)
- [Tokenomics](https://docs.cap.app/overview/tokenomics.md)
- [Borrower Onboarding](https://docs.cap.app/guides/borrower-onboarding.md)
- [Symbiotic](https://docs.cap.app/guides/borrower-onboarding/symbiotic.md)
- [EigenLayer](https://docs.cap.app/guides/borrower-onboarding/eigenlayer.md)
- [Underwriter Onboarding](https://docs.cap.app/guides/underwriter-onboarding.md)
- [Symbiotic](https://docs.cap.app/guides/underwriter-onboarding/symbiotic.md)
- [EigenLayer](https://docs.cap.app/guides/underwriter-onboarding/eigenlayer.md)
- [Overview](https://docs.cap.app/concepts/overview.md)
- [Vault](https://docs.cap.app/concepts/vault.md)
- [Fractional Reserves](https://docs.cap.app/concepts/vault/fractional-reserves.md)
- [Minter](https://docs.cap.app/concepts/vault/minter.md)
- [Lender](https://docs.cap.app/concepts/lender.md)
- [Borrow](https://docs.cap.app/concepts/lender/borrow.md)
- [Liquidation](https://docs.cap.app/concepts/lender/liquidation.md)
- [Interest Rates](https://docs.cap.app/concepts/lender/interest-rates.md)
- [Fee Auction](https://docs.cap.app/concepts/fee-auction.md)
- [Delegation](https://docs.cap.app/concepts/delegation.md)
- [Symbiotic](https://docs.cap.app/concepts/delegation/symbiotic.md)
- [Oracles](https://docs.cap.app/concepts/oracles.md)
- [Access Controls](https://docs.cap.app/concepts/access-controls.md)
- [Frontier Program](https://docs.cap.app/rewards/frontier-program.md)
- [Homestead Program](https://docs.cap.app/rewards/homestead-program.md)
- [Addresses](https://docs.cap.app/developers/addresses.md)
- [Price Sources](https://docs.cap.app/developers/price-sources.md)
- [Contract Reference](https://docs.cap.app/developers/contracts.md)
- [Vault](https://docs.cap.app/developers/contracts/vault.md)
- [Minter](https://docs.cap.app/developers/contracts/minter.md)
- [Fractional Reserve](https://docs.cap.app/developers/contracts/fractional-reserve.md)
- [Lender](https://docs.cap.app/developers/contracts/lender.md)
- [Delegation](https://docs.cap.app/developers/contracts/delegation.md)
- [Fee Auction](https://docs.cap.app/developers/contracts/fee-auction.md)
- [Oracle](https://docs.cap.app/developers/contracts/oracle.md)
- [Access Controls](https://docs.cap.app/developers/contracts/access-controls.md)
- [Tokens](https://docs.cap.app/developers/contracts/tokens.md)
- [Terms and Conditions](https://docs.cap.app/resources/terms-and-conditions.md)
- [Platform Terms of Use](https://docs.cap.app/resources/terms-and-conditions/platform-terms-of-use.md)
- [Privacy Policy](https://docs.cap.app/resources/terms-and-conditions/privacy-policy.md)
- [Audits](https://docs.cap.app/resources/audits.md)
- [Whitepaper](https://docs.cap.app/resources/whitepaper.md)
- [Dashboard](https://docs.cap.app/resources/dashboard.md)
- [APIs & SDKs](https://docs.cap.app/apis-and-sdks.md)
- [Helpful Links](https://docs.cap.app/helpful-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://docs.cap.app/overview/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.
