# Kresko Documentation

## Kresko Docs

- [Kresko 101](https://kresko.gitbook.io/kresko-docs/kresko-101.md)
- [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.
- [Contracts Overview](https://kresko.gitbook.io/kresko-docs/developers/contracts-overview.md)
- [Liquidations](https://kresko.gitbook.io/kresko-docs/developers/liquidations.md): Learn how to participate in the liquidations market
- [Errors](https://kresko.gitbook.io/kresko-docs/developers/errors.md): Find the cause for a failing transaction.
- [Deployment Addresses](https://kresko.gitbook.io/kresko-docs/contracts/deployment-addresses.md)
- [Audits](https://kresko.gitbook.io/kresko-docs/security/audits.md)
- [Bug Bounty](https://kresko.gitbook.io/kresko-docs/security/bug-bounty.md)
- [Design Resources](https://kresko.gitbook.io/kresko-docs/brand-kit/design-resources.md)
- [Closed Beta](https://kresko.gitbook.io/kresko-docs/events/closed-beta.md): This page contains information about Kresko's Closed Beta. Information will be updated periodically as we progress through the Beta.
- [Quest for Kresk: Season 0](https://kresko.gitbook.io/kresko-docs/events/quest-for-kresk-season-0.md): A Kreskian Prophecies Adventure
- [Scoring Methodology](https://kresko.gitbook.io/kresko-docs/events/quest-for-kresk-season-0/scoring-methodology.md)
- [FAQs](https://kresko.gitbook.io/kresko-docs/events/quest-for-kresk-season-0/faqs.md)


---

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