> For the complete documentation index, see [llms.txt](https://docs.godex.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.godex.ai/getting-started/gobank/liquidity-protocol.md).

# Liquidity Protocol

<figure><img src="/files/v5yYHGUyCrMcgGC2WZOl" alt=""><figcaption></figcaption></figure>

A **liquidity protocol** is a decentralized system of smart contracts that facilitates the transfer of digital assets. As a leading liquidity protocol that operates on a supply and borrow model, Godex enables users to supply their assets to liquidity pools and, in return, allows other participants to borrow from those pools using their own collateral. The protocol operates across multiple blockchain networks, making it highly accessible to users across different ecosystems.

One of the key features of a decentralized liquidity protocol is its **non-custodial** nature, meaning users maintain control over their assets at all times. Interaction with the protocol happens through self-custodial wallets, allowing users to supply or borrow funds directly, without relying on intermediaries. All of this is managed through publicly accessible and permissionless smart contracts, which execute and verify transactions based on predefined conditions, such as collateral ratios and market parameters, providing a transparent and trustless experience.

As a decentralized finance (**DeFi**) platform, **Godex** includes a range of features, from its **GRA (Godex Router Asset)** to periphery contracts that simplify complex actions like asset swaps and repayments. The flexibility of a liquidity protocol like **Godex** highlights the potential of **DeFi** to offer more **open, transparent, and equitable financial services** to anyone with access to a blockchain network.


---

# 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://docs.godex.ai/getting-started/gobank/liquidity-protocol.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.
