# $VELA and $esVELA

## Provide Liquidity

VELA can be provided as liquidity to AMM partners, such as [Camelot ](https://app.camelot.exchange/protocols/vela-exchange)on Arbitrum to earn APR from swap fees and market making. Additionally, VELA can be converted to esVELA in order to access rewards outlined below.&#x20;

## Staking Rewards

esVELA can be staked to earn rewards from platform activities. The rewards share is based on the total sum of esVELA that is staked with the protocol.

Staked esVELA entitles users to the following benefits:

1. Receive discounted trading fees as per the [fee discount table](/vela-knowledge-base/exchange/staking/rewards.md#trading-fee-discounts)&#x20;
2. Earn 30-45% ([Read More](/vela-knowledge-base/exchange/staking/rewards.md#esvela-staking-rewards)) of the total fees in USDC generated by the perpetual exchange fees&#x20;

## Vesting $esVELA

Users can deposit $esVELA  into the vesting contract in order to claim the same amount of $VELA. This is unlocked continuously throughout 6-month linear vesting period. $esVELA that is staked for vesting cannot earn rewards. &#x20;

$esVELA Contract Address: 0xeFD5A713C5bd85e9Ced46070b2532E4a47a18102

<figure><img src="/files/eFyVJBJqzfQphkrQ99h7" alt=""><figcaption><p> </p></figcaption></figure>

{% hint style="info" %}
Choose how quickly you'd like to vest your tokens in order to determine the percent burned and overall vesting duration
{% endhint %}

$$
claimableVELA = \frac{initialAmount\*timeElapsed}{vestingPeriod} \* (1-burnPercent)
$$

$$
claimableESVELA =initialAmount\*(1- \frac{burnPercent\*timeElapsed}{vestingPeriod})
$$

$$
burnedVELA = initialAmount – claimableVELA - claimableESVELA
$$

$$
timeRemaining = startTime+vestingPeriod-currentTime
$$

$$
timeVested=currentTime-startTime
$$

See below a simplified breakdown the flexible vesting schedule and amount of Vela burned in the process:

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


---

# 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.vela.exchange/vela-knowledge-base/exchange/staking/usdvela-and-usdesvela.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.
