# Creek

## Creek

- [Welcome to Creek](https://docs.creek.finance/welcome.md)
- [About](https://docs.creek.finance/introduction/about.md)
- [Concept](https://docs.creek.finance/introduction/concept.md)
- [Terminology](https://docs.creek.finance/introduction/concepts.md)
- [GUIDE](https://docs.creek.finance/beta-the-gold-rush/guide.md)
- [How To Claim The Testnet Token](https://docs.creek.finance/beta-the-gold-rush/guide/how-to-claim-the-testnet-token.md)
- [How To Swap For GUSD](https://docs.creek.finance/beta-the-gold-rush/guide/how-to-swap-for-gusd.md)
- [How To Stake And Redeem XAUm](https://docs.creek.finance/beta-the-gold-rush/guide/how-to-stake-and-redeem-xaum.md)
- [How To Borrow GUSD](https://docs.creek.finance/beta-the-gold-rush/guide/how-to-borrow-gusd.md)
- [How To Repay Your Debt](https://docs.creek.finance/beta-the-gold-rush/guide/how-to-repay-your-debt.md)
- [How To Withdraw Your Collateral](https://docs.creek.finance/beta-the-gold-rush/guide/how-to-withdraw-your-collateral.md)
- [Bug Bounty](https://docs.creek.finance/beta-the-gold-rush/bug-bounty.md): Creek Testnet Bug Bounty Program
- [Onboarding](https://docs.creek.finance/mainnet-user-guide/onboarding.md)
- [How to swap](https://docs.creek.finance/mainnet-user-guide/how-to-swap.md): Convert between USDC, GUSD, and XAUm.
- [How to stake and reddem](https://docs.creek.finance/mainnet-user-guide/how-to-stake-and-reddem.md): Stake/ Reddem XAUm to mint GR and GY tokens.
- [How to borrow](https://docs.creek.finance/mainnet-user-guide/how-to-borrow.md): Depositing Collateral and Borrowing GUSD
- [How to trade](https://docs.creek.finance/mainnet-user-guide/how-to-trade.md): Trade GR and GY tokens through Creek's integration with DeepBook, Sui's native liquidity layer.
- [Value Separation](https://docs.creek.finance/primitives/value-separation.md)
- [Implied Leverage Ratio](https://docs.creek.finance/primitives/implied-leverage-ratio.md)
- [GUSD](https://docs.creek.finance/primitives/gusd.md): Gold-pegged Stablecoin
- [Revenue and Rewards](https://docs.creek.finance/primitives/yield.md)
- [Governance](https://docs.creek.finance/primitives/governance.md)
- [Roadmap](https://docs.creek.finance/primitives/roadmap.md): Future Development and Ecosystem Expansion
- [Assets](https://docs.creek.finance/primitives/assets.md)
- [Security Implementation](https://docs.creek.finance/resources/security-implementation.md)
- [Audits](https://docs.creek.finance/resources/audits.md)
- [Brand kit](https://docs.creek.finance/resources/brand-kit.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.creek.finance/welcome.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.
