> For the complete documentation index, see [llms.txt](https://docs.aqua.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aqua.network/airdrops/airdrop-2/could-i-have-increased-my-potential-reward.md).

# Could I have increased my potential reward?

Yes, users who used the locking tool found at locker.aqua.network, were able to increase their reward. Using this tool users locked AQUA for up to 3 years against their wallet. The more AQUA, and the longer those AQUA were locked for, the more boost a user received on their airdrop reward. Users could gain a maximum of 4 times their base reward.

Example:

The simplest explanation for the effect of locking AQUA is, the more LockedValue in AQUA you had vs the UnlockedValue of XLM, yXLM, and AQUA in your wallet, the higher your boost would be.

1 AQUA locked (Equivalent of 0.039 XLM) vs 1000 XLM unlocked->&#x20;

LockedValue = 0.039 XLM (0.0039% of wallets value)

UnlockedValue = 1000 XLM (99.9961% of wallets value)

—————————————

1000 AQUA locked (Equivalent of 39 XLM) vs 1000 XLM unlocked ->&#x20;

LockedValue = 39 XLM (3.7536% of wallets value)

UnlockedValue = 1000 XLM (96.2464% of wallets value)

In this example, the user with 1000 AQUA locked got a lot more boost than the user with 1 AQUA locked.

To achieve the max 300% your LockedValue vs UnlockedValue needed to be close to 50% Unlocked & 50% Locked


---

# 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.aqua.network/airdrops/airdrop-2/could-i-have-increased-my-potential-reward.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.
