# Ratio Finance

## Ratio Finance

- [Welcome to Ratio Finance!](https://docs.ratio.finance/welcome-to-ratio-finance.md): A risk-adjusted collateralized debt position lending platform helping you to unlock the power of your Solana liquidity.
- [Creating LP Tokens](https://docs.ratio.finance/providing-liquidity/creating-lp-tokens.md): Ratio Finance will initially accept select Saber stablecoin LP tokens as collateral. More collateral types from different AMMs will be added soon.
- [Connecting Your Wallet](https://docs.ratio.finance/our-platform/connecting-your-wallet.md): Connect your wallet to app.ratio.finance to get started.
- [Explore the Vaults](https://docs.ratio.finance/our-platform/explore-the-vaults.md): Choose from our Vaults based on risk to compare yield, safety, and leverage.
- [Insta-Swap](https://docs.ratio.finance/our-platform/insta-swap.md): Bring any token to Ratio and obtain LP to deposit in one simple click.
- [Deposit LP](https://docs.ratio.finance/our-platform/deposit-lp.md): In order to mint USDr, you must first deposit the appropriate LP into its corresponding vault.
- [Mint USDr](https://docs.ratio.finance/our-platform/mint-usdr.md): Once you have deposited, you can mint USDr while still collecting yield.
- [Pay Back USDr](https://docs.ratio.finance/our-platform/pay-back-usdr.md): If you want to unlock your deposited collateral, you must first pay back your debt.
- [Withdraw LP](https://docs.ratio.finance/our-platform/withdraw-lp.md): Learn how to withdraw your deposited LP.
- [Technical Architecture](https://docs.ratio.finance/our-platform/technical-architecture.md): Here you can learn a little more about our technical architecture.
- [RATIO Staking](https://docs.ratio.finance/our-platform/ratio-staking.md): Welcome to the $RATIO Staking documentation! In this GitBook, you will learn about the $RATIO staking process, which allows users to stake their tokens and earn rewards. The longer you stake, the high
- [Liquidation Engine](https://docs.ratio.finance/liquidation-engine.md)
- [Dynamic Risk Management](https://docs.ratio.finance/liquidation-engine/dynamic-risk-management.md)
- [Mechanics](https://docs.ratio.finance/liquidation-engine/mechanics.md)
- [Example](https://docs.ratio.finance/liquidation-engine/example.md)
- [Technical Details](https://docs.ratio.finance/liquidation-engine/technical-details.md)
- [Liquidation Parameters](https://docs.ratio.finance/liquidation-engine/liquidation-parameters.md)
- [Business Model](https://docs.ratio.finance/our-business/business-model.md): This page discloses the different aspects of Ratio's cutting-edge business model
- [Stability Fees](https://docs.ratio.finance/our-business/business-model/stability-fees.md)
- [RATIO Tokenomics](https://docs.ratio.finance/our-business/ratio-tokenomics.md): This section will address the topic of the supply and demand of our tokens
- [$RATIO Token](https://docs.ratio.finance/our-business/ratio-tokenomics/usdratio-token.md): $RATIO is the SPL governance token associated to the protocol.
- [USDr Stablecoin](https://docs.ratio.finance/our-business/ratio-tokenomics/usdr-stablecoin.md): $USDr is a soft-pegged USD stablecoin that represents an over-collateralized debt position.
- [How does Ratio's Collateralization work?](https://docs.ratio.finance/our-business/how-does-ratios-collateralization-work.md): Learn how we define and calculate the value of deposited LP.
- [Governance](https://docs.ratio.finance/our-business/governance.md): Governance refers to the people, processes, and systems that govern the future growth and development of the Ratio Finance platform.
- [Grant Program](https://docs.ratio.finance/for-developers/grant-program.md): Are you interested in building with or building on top of Ratio? Then the grant program is the thing for you! $RATIO grants can be up to 1m $RATIO. Apply here: https://forms.gle/mx8BZvWA9SdzZCvw6
- [Instaswap-SDK](https://docs.ratio.finance/for-developers/instaswap-sdk.md): This SDK offers easy way to develop wind & unwind Lp tokens with anonymous tokens.
- [Instaswap-core](https://docs.ratio.finance/for-developers/instaswap-sdk/instaswap-core.md): NPM module which allows developers to easily build exchange platform where users can swap assets into LP tokens of several De-Fi AMM and vice versa.
- [Instaswap-hook](https://docs.ratio.finance/for-developers/instaswap-sdk/instaswap-hook.md): This hook library is for developers who wish to integrate the instaswap feature in their frontend application.
- [Vault-SDK](https://docs.ratio.finance/for-developers/vault-sdk.md): SDK for developers who wants to integrate ratio vaults into their app.


---

# 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.ratio.finance/welcome-to-ratio-finance.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.
