> For the complete documentation index, see [llms.txt](https://docs.creditcoop.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creditcoop.xyz/core-concepts.md).

# Core Concepts

- [Secured Line of Credit](https://docs.creditcoop.xyz/core-concepts/secured-line-of-credit.md): A revolving credit facility secured by onchain cash flows and/or asset collateral.
- [Line of Credit Features](https://docs.creditcoop.xyz/core-concepts/secured-line-of-credit/secured-line-of-credit.md)
- [Cash Flow Financing](https://docs.creditcoop.xyz/core-concepts/secured-line-of-credit/secured-line-of-credit/revenue-based-financing.md): Using a Borrower cash flow streams to repay and secure Credit Lines.
- [Deploying a Secured Line of Credit](https://docs.creditcoop.xyz/core-concepts/secured-line-of-credit/secured-line-of-credit/creating-a-secured-line-of-credit.md)
- [Core Lending Functionality](https://docs.creditcoop.xyz/core-concepts/secured-line-of-credit/secured-line-of-credit/core-lending-operations.md): Drawdowns, extending further credit and repayments
- [Credit Position Tokens](https://docs.creditcoop.xyz/core-concepts/secured-line-of-credit/secured-line-of-credit/credit-position-tokens.md)
- [Collateral Operations](https://docs.creditcoop.xyz/core-concepts/secured-line-of-credit/secured-line-of-credit/escrowed-token-collateral-operations.md): Features for managing asset collateral that the parties may agree is also required to secure a line
- [Revenue-Based Lending Operations](https://docs.creditcoop.xyz/core-concepts/secured-line-of-credit/secured-line-of-credit/revenue-based-lending-operations.md)
- [Credit Events](https://docs.creditcoop.xyz/core-concepts/secured-line-of-credit/secured-line-of-credit/loan-impairment-and-lender-recourse.md): Borrower default and what a Lender can do about it
- [Roles & Permissions](https://docs.creditcoop.xyz/core-concepts/secured-line-of-credit/secured-line-of-credit/roles-and-permissions.md)
- [The Spigot](https://docs.creditcoop.xyz/core-concepts/the-spigot.md): A groundbreaking innovation for the onchain financial ecosystem.
- [Key features of the Spigot](https://docs.creditcoop.xyz/core-concepts/the-spigot/key-features-of-the-spigot.md): A Spigot's purpose is to provide Trustless Recourse for Secured Agreements
- [Spigot Roles](https://docs.creditcoop.xyz/core-concepts/the-spigot/spigot-roles.md)
- [Vaults](https://docs.creditcoop.xyz/core-concepts/vaults.md): Pooled, non-custodial lending vaults built on ERC-4626 and ERC-7540.
- [Depositing & Redeeming](https://docs.creditcoop.xyz/core-concepts/vaults/depositing-and-redeeming.md)
- [Credit Strategy & the Curator](https://docs.creditcoop.xyz/core-concepts/vaults/credit-strategy.md)
- [Liquid Strategy](https://docs.creditcoop.xyz/core-concepts/vaults/liquid-strategy.md)
- [Vault Fees](https://docs.creditcoop.xyz/core-concepts/vaults/vault-fees.md)
- [Vault Roles & Safeguards](https://docs.creditcoop.xyz/core-concepts/vaults/vault-roles-and-safeguards.md)
- [Smart Escrow & Liquidity-as-a-Service](https://docs.creditcoop.xyz/core-concepts/smart-escrow-and-laas.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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.creditcoop.xyz/core-concepts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
