> For the complete documentation index, see [llms.txt](https://docs.goldlink.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goldlink.io/strategies/gmx-funding-rate-farming/price-impact.md).

# Price Impact

Price impact is the change in the price of an asset that occurs as a result of a trade. It's determined by the size of the trade relative to the available liquidity, as well as other factors like order book depth and the swap protocol's algorithm.

In our GMX Funding Rate Farming strategy, price impact can be positive or negative depending on the long/short liquidity balance in the market you are trading in and the timing of the trade. If the trade improves the long/short balance, then there would be a positive price impact; otherwise, there would be a negative price impact.

<figure><img src="/files/0TaHFhAJN3lmfoWZT9ag" alt=""><figcaption></figcaption></figure>

For swaps, a positive price impact would increase the number of tokens received, while a negative price impact would decrease the number of tokens received. When trading on GoldLink, users can take advantage of favorable price impact to best time market entry and improve&#x20;

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

We account for this change in market price when launching a position, ensuring that a user's perpetual/spot position remains balanced despite positive or negative price changes and is delta-neutral.

To help users understand how this may affect their positions, we’ve added price impact predictions to the trading interface and charts illustrating GMX liquidity balance. These tools provide another indicator traders can use to find the best time to enter an exit position on GoldLink.

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


---

# 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.goldlink.io/strategies/gmx-funding-rate-farming/price-impact.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.
