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

# fundamentals

- [CDPs](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps.md): Collateralized Debt Position
- [ICDP](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/icdp.md): Individual Collateralized Debt Position
- [Deposit](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/icdp/deposit.md): Adding collateral to an ICDP
- [Withdraw](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/icdp/withdraw.md): Getting collateral assets back to your wallet
- [Burn / Repay](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/icdp/burn-repay.md): Repaying borrowed Kresko Assets of an ICDP
- [Minting / Borrowing](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/icdp/minting-borrowing.md): Borrowing Kresko Assets using an ICDP
- [Liquidations](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/icdp/liquidations.md)
- [SCDP](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/scdp.md): Shared Collateralized Debt Position
- [Deposits](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/scdp/deposits.md): Providing liquidity in the SCDP
- [Swaps](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/scdp/swaps.md): Native exchange of Kresko Assets
- [Liquidations](https://kresko.gitbook.io/kresko-docs/fundamentals/cdps/scdp/liquidations.md)
- [Collateral Assets](https://kresko.gitbook.io/kresko-docs/fundamentals/collateral-assets.md)
- [Kresko Assets](https://kresko.gitbook.io/kresko-docs/fundamentals/kresko-assets.md): The synthetic asset in Kresko
- [KISS](https://kresko.gitbook.io/kresko-docs/fundamentals/kiss.md): Stable Valued Kresko Asset
- [Synth Wrap](https://kresko.gitbook.io/kresko-docs/fundamentals/synth-wrap.md): Direct wraps between the underlying and a Kresko Asset
- [Liquidations](https://kresko.gitbook.io/kresko-docs/fundamentals/liquidations.md): Protocol solvency protection
- [Oracles](https://kresko.gitbook.io/kresko-docs/fundamentals/oracles.md)
- [Glossary](https://kresko.gitbook.io/kresko-docs/fundamentals/glossary.md)
- [Litepaper](https://kresko.gitbook.io/kresko-docs/fundamentals/litepaper.md): A high-level explanation of the core concepts and mechanisms that power Kresko.


---

# 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://kresko.gitbook.io/kresko-docs/fundamentals.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.
