> For the complete documentation index, see [llms.txt](https://faqs.ajna.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faqs.ajna.finance/concepts/inverse-pricing.md).

# Inverse Pricing

Sometimes you may come across pricing that looks funny, something like this:

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

On the left we have a “normal” long lending pool where wETH is used as collateral and USDC is borrowed. The price order book shows lender deposits priced at a discount to market price. \
`1 ETH = $2156`

On the right we have an "inverse" short lending pool where USDC is used as collateral and wETH is borrowed. The order book shows a price that is hard to understand. \
`1 USDC = 0.002099 ETH`

**Price buckets show prices defined as 1 unit of collateral token denominated in the quote token.** \
\
One way to understand how an inverse price related to the market price is to perform 1/inverse-price. In the example above this gives us the implied price of 1 wETH at the 0.0002099 price bucket, which is

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

In a short market the borrower’s position is liquidated when the price of the borrowed token rises. This is why we see a premium to the market price rather than a discount. In the example above, the lender is depositing their wETH tokens at a \~$4760 value, meaning the borrower can put up $4760 USDC to borrow 1 wETH at the maximum. If the market price of ETH at the time is $3800, this deposit implies a max LTV of \~1.25 or \~125%.&#x20;

<br>


---

# 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://faqs.ajna.finance/concepts/inverse-pricing.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.
