You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core-concepts/bal-balancer-governance-token/bal-for-gas.md
+16-8
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,24 @@ While liquidity providers receive BAL as a function of the amount of liquidity p
6
6
7
7
Every eligible trade made through the Balancer Exchange Proxy results in some BAL being allocated to the address \(EOAs only\) that sent the transaction. An eligible trade is a trade containing one or more eligible swaps, where an eligible swap is one between any two tokens on the [whitelist](https://github.com/balancer-labs/assets/blob/master/lists/eligible.json). Claims are made available at the [BAL claims interface](https://claim.balancer.finance/) on Wednesday \(UTC time\) following the end \(00:00 UTC Monday\) of the weekly period in which the trade occurred.
8
8
9
-
The amount of BAL awarded to a trade is a function of the number of eligible swaps in the trade \(N\), which determines a number of gas units \(G\), the median gas price \[1\] of the block the transaction was included in \(M\), and the BAL/ETH price provided by the CoinGecko closest to the block time \(P\).
10
-
11
-
* 1 swap: `G=130000` gas units
12
-
* 2 swaps: `G=220000` gas units
13
-
* 3 swaps: `G=300000` gas units
14
-
* 4+ swaps: `G=400000` gas units
9
+
The amount of BAL awarded to a trade is a function of:
10
+
* the number of eligible swaps in the trade \(N\), which determines a number of gas units \(G\):
11
+
* trades on Balancer V1:
12
+
* 1 swap: `G=130000` gas units
13
+
* 2 swaps: `G=220000` gas units
14
+
* 3 swaps: `G=300000` gas units
15
+
* 4+ swaps: `G=400000` gas units
16
+
* trades on Balancer V2:
17
+
* 1 swap: `G=90000` gas units
18
+
* 2+ swaps: `G=140000` gas units
19
+
* the median gas price \[1\] of the block the transaction was included in \(M\); and
20
+
* the BAL/ETH price provided by the CoinGecko closest to the block time \(P\).
15
21
16
22
The amount of BAL to be received by the user for a trade is computed as `G*M/P`
17
23
18
24
Because this program only partially covers gas costs \(with very specific caps to prevent attempts at gaming the system\), and doesn’t cover trading fees, it does not incentivize wash trading or trading any more than a user was initially planning. Estimates are provided on the UI, but actual values are computed off-chain weekly using an [open source script](https://github.com/balancer-labs/bal-mining-scripts/), so that any suspicious activity can be filtered out.
19
25
20
-
30,000 BAL from the Ecosystem Fund have been allocated to the “BAL for Gas’’ campaign, starting on March 8th 2021. There is no fixed time period; the budget is consumed on a first-come, first-served basis. When the budget is exhausted, the campaign is suspended until it is replenished by BAL governance.
26
+
80,000 BAL from the Ecosystem Fund have been allocated to the “BAL for Gas’’ campaign, starting on March 8th 2021. There is no fixed time period; the budget is consumed on a first-come, first-served basis. When the budget is exhausted, the campaign is suspended until it is replenished by BAL governance.
21
27
22
28
### Notes
23
29
@@ -27,7 +33,9 @@ Because this program only partially covers gas costs \(with very specific caps t
27
33
28
34
*[BAL for Gas proposal](https://forum.balancer.finance/t/proposal-bal-for-gas/1437)
29
35
*[Original pilot](https://forum.balancer.finance/t/proposal-balancer-exchange-gas-reimbursement/705) and [Expansion of the list of eligible tokens](https://forum.balancer.finance/t/proposal-expand-the-exchange-gas-reimbursement-to-all-whitelisted-tokens/799)
30
-
*[Extension of the pilot](https://forum.balancer.finance/t/proposal-extend-the-exchange-gas-reimbursement-program-4-weeks/1121)
36
+
*[Extension of the pilot, 30k BAL budget](https://forum.balancer.finance/t/proposal-extend-the-exchange-gas-reimbursement-program-4-weeks/1121)
37
+
*[Additional 50k BAL budget](https://forum.balancer.fi/t/proposal-bal-for-gas-replenish-budget-w-50-000-bal/1695)
38
+
*[BAL for Gas on V2 params](https://forum.balancer.fi/t/proposal-bal-for-gas-on-balancer-v2/1861)
0 commit comments