# Inventory

To facilitate inventory, BOB liquidity is deployed on DEXs including Uniswap v3 & Kyberswap and paired with a stable asset such as USDC or BUSD. &#x20;

Inventory positions are tuned to a very narrow range and maintained through the [AMM concentrated liquidity algorithm](https://docs.uniswap.org/concepts/protocol/concentrated-liquidity). This keeps BOB stable, and is known as an **inventory LP position**.

BOB can be purchased from inventory at \~1:1 for USD stable assets. Any BOB in circulation has been purchased through an inventory LP position, meaning it is backed 100% by stable user collateral at the time of purchase.

{% hint style="info" %}
Inventory and collateralized supply are [tracked here](https://dune.com/zkbob/zkbob).
{% endhint %}

Users may choose to create their own **non-inventory LP positions** using purchased BOB + another tokens of their choice (for example BOB/WETH, BOB/WMATIC, BOB/OP, BOB/USDT etc).&#x20;

Additional decentralization measures including broader community-driven governance and timelocks are in development to maintain and balance optimal BOB inventory based on usage and demand.

Inventory increases and decreases are detailed on the [Inventory Actions](broken://pages/JMpATTXwiZTtIm9GKSEv) page.


---

# 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://bob-docs.zkbob.com/bob-dao/inventory.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.
