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

# Guides

- [Bridging Assets to Cronos](https://tectonic.gitbook.io/docs/guides/bridging-assets-to-cronos.md)
- [Supplying Assets](https://tectonic.gitbook.io/docs/guides/supplying-assets.md)
- [Borrowing Assets](https://tectonic.gitbook.io/docs/guides/borrowing-assets.md)
- [Withdrawing Assets](https://tectonic.gitbook.io/docs/guides/withdrawing-assets.md)
- [Repaying your Loans](https://tectonic.gitbook.io/docs/guides/repaying-your-loans.md): Users have 2 options for repaying their loans: 1) Repaying using assets in their wallets, or 2) Repaying the loan with collateral
- [Repay with Collateral](https://tectonic.gitbook.io/docs/guides/repaying-your-loans/repay-with-collateral.md)
- [Swapping out Collateral](https://tectonic.gitbook.io/docs/guides/swapping-out-collateral.md): Users can switch out their collateral for another asset in one single transaction
- [Shorting Assets](https://tectonic.gitbook.io/docs/guides/shorting-assets.md)
- [Claiming TONIC Rewards](https://tectonic.gitbook.io/docs/guides/claiming-tonic-rewards.md): Earn TONIC by supplying or borrowing assets on Tectonic!
- [Auto Vault Emissions](https://tectonic.gitbook.io/docs/guides/claiming-tonic-rewards/auto-vault-emissions.md)
- [Claiming Partner Rewards](https://tectonic.gitbook.io/docs/guides/claiming-partner-rewards.md)
- [Boosting TONIC rewards](https://tectonic.gitbook.io/docs/guides/boosting-tonic-rewards.md)
- [Understanding Liquidations](https://tectonic.gitbook.io/docs/guides/understanding-liquidations.md): A guide to liquidations on Tectonic
- [Staking TONIC](https://tectonic.gitbook.io/docs/guides/staking-tonic.md)
- [Unstaking xTONIC](https://tectonic.gitbook.io/docs/guides/staking-tonic/unstaking-xtonic.md)
- [Locking xTONIC](https://tectonic.gitbook.io/docs/guides/locking-xtonic.md): Lock your xTONIC in our Vaults to earn more TONIC rewards!
- [Increasing vault rewards with NFTs](https://tectonic.gitbook.io/docs/guides/locking-xtonic/increasing-vault-rewards-with-nfts.md)
- [NFT Project Partnerships](https://tectonic.gitbook.io/docs/guides/locking-xtonic/nft-project-partnerships.md)
- [Auto-Repayment](https://tectonic.gitbook.io/docs/guides/auto-repayment.md)
- [Understanding Analytics](https://tectonic.gitbook.io/docs/guides/understanding-analytics.md): Obtain comprehensive insights on various protocol data such as lending, borrowing, rewards redemption and liquidation on the Analytics page.
- [Glossary of Terms](https://tectonic.gitbook.io/docs/guides/understanding-analytics/glossary-of-terms.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://tectonic.gitbook.io/docs/guides.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.
