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: docs/overview/educate/getting-started.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,9 +81,6 @@ Click Start Earning and choose a bonding length.
81
81

82
82
83
83
84
-
85
-
### Internal Incentives
86
-
87
84
### External Incentives
88
85
89
86
Osmosis not only allows the community to add incentives to gauges. Anyone can deposit tokens into a gauge to be distributed. This feature allows outside parties to augment Osmosis’ own liquidity incentive program.
@@ -92,10 +89,5 @@ For example, there may be an ATOM< >FOOCOIN pool that has a one-day gauge incent
92
89
93
90
These external incentive providers can also set up long-lasting incentive programs that distribute rewards over an extended time period. For example, the Foo Foundation can deposit 30,000 Foocoins to be distributed over a one-month liquidity program. The program will automatically distribute 1000 Foocoins per day to the gauge.
94
91
95
-
## Go Superfluid!
96
-
97
-
## Unbonding LP Tokens
98
-
When a user wants to stop bonding an LP token, they submit a transaction that begins the unbonding period. After the end of the timer, they can submit another transaction to withdraw the tokens.
Copy file name to clipboardExpand all lines: docs/overview/educate/osmo.mdx
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,28 +22,23 @@ _the token must have reasonable liquidity, paired with $OSMO as a minimum requir
22
22
23
23
:::
24
24
25
-
## ProtoRev
26
-
The ProtoRev module mints and burns tokens in order to perform privileged arbitrage transactions onchain, ensuring prices are balanced across all liquidity sources. This happens within the same transaction and results in a net gain after the mint and burn from the arbitrage performed.
27
-
28
-
If a non-OSMO asset is recovered from this arbitrage, it is sent to the Community Pool as specified in [Proposal 709](https://daodao.zone/dao/osmosis/proposals/709).
29
-
30
-
If OSMO is recovered from this arbitrage, it is burned as specified in [Proposal 710](https://daodao.zone/dao/osmosis/proposals/710), permanently decreasing the Maximum Supply of 1 billion.
31
-
All permanent burns can be tracked by viewing the [Null Address](https://www.mintscan.io/osmosis/address/osmo1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqmcn030).
32
-
33
25
## Taker Fees
34
26
Osmosis charges a small taker fee on all trades with a 0.1% default.
35
27
Several routes have reductions or exemptions, which are managed by the [Protocol Fee Controller](https://daodao.zone/dao/osmo162wk8qc3w5s9hfs8dm76wrqnk6fjmsez2t4kk6zyugmrlzgds8sqfesmlm) subDAO.
36
28
37
-
Taker fees are collected in the Quote asset involved in the trade.
29
+
Taker fees are initially collected in the asset provided as the entry point to the trade.
38
30
39
-
All OSMO collected is distributed to stakers.
31
+
Non-OSMO collected is divided, with 25% going to the Community Pool and 75% used to buyback OSMO before further distribution.
40
32
41
-
Non-OSMO collected is divided, with 33% going to the Community Pool and 67% being converted to OSMO before being distributed to stakers.
33
+
OSMO collected is distributed partially to stakers (30%) and partially burned (70%) to reduce the maximum supply of OSMO.
42
34
43
-
## Superfluid Staking
44
-
The OSMO token is also minted and burned in the context of Superfluid Staking. As a Osmosis-specific feature, Superfluid Staking provides the consensus layer more security with a sort of "Proof of Useful Stake". Each person gets an amount of OSMO representative of the value of their share of liquidity pool tokens staked and delegated to validators, resulting in the security guarantee of the consensus layer to also be based on GAMM LP shares. This is available in pools that contain OSMO in the pairing and have had this feature enabled by governance.
35
+
## ProtoRev
36
+
The ProtoRev module mints and burns tokens in order to perform privileged arbitrage transactions onchain, ensuring prices are balanced across all liquidity sources. This happens within the same transaction and results in a net gain after the mint and burn from the arbitrage performed.
45
37
46
-
Further details can be seen in the [Superfluid module specifications](/osmosis-core/modules/superfluid/)
38
+
If a non-OSMO asset is recovered from this arbitrage, it is sent to the Community Pool as specified in [Proposal 709](https://daodao.zone/dao/osmosis/proposals/709).
39
+
40
+
If OSMO is recovered from this arbitrage, it is burned as specified in [Proposal 710](https://daodao.zone/dao/osmosis/proposals/710), permanently decreasing the Maximum Supply of 1 billion.
41
+
All permanent burns can be tracked by viewing the [Null Address](https://www.mintscan.io/osmosis/address/osmo1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqmcn030).
47
42
48
43
## Other Fees
49
44
The OSMO token is required as fees for several tasks on chain to prevent spam and encourage considered usage of features. All fees paid go to the Community Pool.
Copy file name to clipboardExpand all lines: docs/overview/integrate/frontend.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ sidebar_position: 8
6
6
7
7
## List onto the Osmosis Frontend
8
8
9
-
As long as the asset has been properly registered according to the [registration documentation](https://docs.osmosis.zone/overview/integrate/registration) and there is a pool with USD $1000 of [initial liquidity](https://docs.osmosis.zone/overview/integrate/liquidity) then the pool will be visible on this frontend.
9
+
As long as the asset has been properly registered according to the [registration documentation](https://docs.osmosis.zone/overview/integrate/registration) and there is a pool with USD $1,000 of [initial liquidity](https://docs.osmosis.zone/overview/integrate/liquidity) then the pool will be visible on this frontend.
10
10
11
11
## Verify Assets
12
12
@@ -18,4 +18,4 @@ Approval requires meeting the requirements in the assetlist repo that can be see
18
18
19
19
## Swap Page
20
20
21
-
Although any asset in a liquidity pool can be traded when a user specifies the pool, an asset will only be listed on the Swap page if it is has a pool containing liquidity of USD $10,000.
21
+
Although any asset in a liquidity pool can be traded when a user specifies the pool, an asset will only be listed on the Swap page if it is has a pool containing liquidity of USD $1,000.
0 commit comments