# Liquidity

In business, liquidity usually refers to the ability to meet short-term obligations. In markets, liquidity refers to the ability to trade assets at a given price. For instance, we might refer to Bitcoin as a liquid asset if we are able to buy and sell large quantities of it without significantly moving the market price.

In the context of this guide, liquidity refers to the ability to move funds, which is an important concept for routing payments in the Lightning Network. To be able to route payments, and collect routing fees, you will want your funds to be as liquid as possible, or otherwise be compensated for the illiquidity.

In these articles, we explore the concept of liquidity in the Lightning Network and describe ways to better manage it.

{% content-ref url="/pages/-McTS2XUpoE9C1f-DLvL" %}
[Understanding Liquidity](/the-lightning-network/liquidity/understanding-liquidity.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MYs1t8fty\_2xPrgileb" %}
[Managing Liquidity on the Lightning Network](/the-lightning-network/liquidity/manage-liquidity.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MbqFDdxcAnifHmg8Oe4" %}
[How to Get Inbound Capacity on the Lightning Network](/the-lightning-network/liquidity/how-to-get-inbound-capacity-on-the-lightning-network.md)
{% endcontent-ref %}

{% content-ref url="/pages/mSuvpbVlzB6tn8ayl4bC" %}
[Lightning Service Provider](/the-lightning-network/liquidity/lightning-service-provider.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.lightning.engineering/the-lightning-network/liquidity.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.
