# Donate

{% hint style="info" %}
We will never ask you to "donate" anything to development. However, what you can do (if you want) is add some rewards for LP incentives, or for users who hold sWAX and lsWAX. You also have the option to add to protocol owned liquidity (for staking/renting WAX), or to add to protocol owned Alcor liquidity.
{% endhint %}

### Adding LP Incentives

As mentioned in the [Revenue Section](/revenue/distribution.md), lsWAX is deposited to Alcor once per week to incentivize liquidity for certain lsWAX pairs. If you would like to contribute some liquidity incentives, you can send either **WAX or lsWAX** to the `dapp.fusion` smart contract, with the following memo:

```
lp_incentives
```

### Rewards For sWAX And lsWAX Holders

sWAX and lsWAX holders are earning rewards every second. Every 24 hours, a new reward period is started, and any rewards earned during the previous 24 hours will start being distributed to sWAX and lsWAX holders (this is the source of the APR seen on the WaxFusion website).

If you want to contribute to this APR by depositing rewards, you can send **WAX only** to the `dapp.fusion` smart contract, with the following memo:

```
waxfusion_revenue
```

### Protocol Owned WAX (For Staking/Renting)

Our `pol.fusion` contract contains WAX that is permanently locked in the protocol. This WAX is used for staking and renting CPU, which generates rewards for lsWAX and sWAX holders.

If you would like to contribute to these treasury funds (which would increase our earning power), you can send **WAX only** to the `pol.fusion` contract with the following memo:

```
for staking pool only
```

### Protocol Owned Alcor Liquidity

The protocol also has a position on Alcor Exchange for the lsWAX/WAX pair. This position helps to make sure that users are always able to buy/sell lsWAX on the open market, without having a large price impact. Furthermore, this position generates trading fees and farming rewards, which are shared with sWAX and lsWAX holders.

If you would like to contribute to this (permanent) liquidity position, you can send **WAX only** to the `pol.fusion` smart contract, with the following memo:

```
for liquidity only
```

The protocol will automatically convert some of this WAX into lsWAX, and provide full-range liquidity on Alcor.


---

# 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.waxfusion.io/donate.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.
