Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 5 additions & 13 deletions docs/osmosis-core/modules/concentrated-liquidity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1523,19 +1523,11 @@ the use of these hooks.

- `AuthorizedQuoteDenoms` []string

This is a list of quote denoms that can be used as token1 when creating a pool.
We limit the quote assets to a small set for the purposes of having convenient
price increments stemming from tick to price conversion. These increments are
in a human readable magnitude only for token1 as a quote. For limit orders in
the future, this will be a desirable property in terms of UX as to allow users
to set limit orders at prices in terms of token1 (quote asset) that are easy
to reason about.

This goes in-hand with centralized exchanges that limit the quote asset set
to only a few denoms.

Our list at launch is expected to consist of OSMO, DAI and USDC. These are set
in the v16 upgrade handler.
This was a list of quote denoms that can be used as token1 when creating a pool.
Quote assets were limited to a small set for the purposes of having convenient
price increments stemming from tick to price conversion.

This is no longer an active parameter as of v30 although it remains visible on chain.

- `IsPermisionlessPoolCreationEnabled` bool

Expand Down
8 changes: 0 additions & 8 deletions docs/overview/educate/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ Click Start Earning and choose a bonding length.
![](../../assets/start-earning.png)



### Internal Incentives

### External Incentives

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.
Expand All @@ -92,10 +89,5 @@ For example, there may be an ATOM< >FOOCOIN pool that has a one-day gauge incent

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.

## Go Superfluid!

## Unbonding LP Tokens
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.



23 changes: 9 additions & 14 deletions docs/overview/educate/osmo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,23 @@ _the token must have reasonable liquidity, paired with $OSMO as a minimum requir

:::

## ProtoRev
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.

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).

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.
All permanent burns can be tracked by viewing the [Null Address](https://www.mintscan.io/osmosis/address/osmo1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqmcn030).

## Taker Fees
Osmosis charges a small taker fee on all trades with a 0.1% default.
Several routes have reductions or exemptions, which are managed by the [Protocol Fee Controller](https://daodao.zone/dao/osmo162wk8qc3w5s9hfs8dm76wrqnk6fjmsez2t4kk6zyugmrlzgds8sqfesmlm) subDAO.

Taker fees are collected in the Quote asset involved in the trade.
Taker fees are initially collected in the asset provided as the entry point to the trade.

All OSMO collected is distributed to stakers.
Non-OSMO collected is divided, with 25% going to the Community Pool and 75% used to buyback OSMO before further distribution.

Non-OSMO collected is divided, with 33% going to the Community Pool and 67% being converted to OSMO before being distributed to stakers.
OSMO collected is distributed partially to stakers (30%) and partially burned (70%) to reduce the maximum supply of OSMO.

## Superfluid Staking
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.
## ProtoRev
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.

Further details can be seen in the [Superfluid module specifications](/osmosis-core/modules/superfluid/)
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).

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.
All permanent burns can be tracked by viewing the [Null Address](https://www.mintscan.io/osmosis/address/osmo1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqmcn030).

## Other Fees
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.
Expand Down
1 change: 0 additions & 1 deletion docs/overview/features/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ This page serves as an informative gateway to explore the innovative and distinc
- [Fee Abstraction](/overview/features/fee-abstraction)
- [IBC Hooks](/overview/features/ibc-hooks)
- [IBC Rate Limit](/overview/features/ibc-rate-limit)
- [Superfluid Staking](/overview/features/superfluid)
- [Token Factory](/overview/features/tokenfactory)
- [Protorev](/overview/features/protorev)

2 changes: 1 addition & 1 deletion docs/overview/features/protorev.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 9
sidebar_position: 8
---

# Protorev
Expand Down
217 changes: 0 additions & 217 deletions docs/overview/features/superfluid.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/overview/features/tokenfactory.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 8
sidebar_position: 7
---

# Token Factory
Expand Down
11 changes: 1 addition & 10 deletions docs/overview/integrate/apr.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,4 @@ Where:
- `Exponent` is a factor related to the coin denomination.
- `Liquidity` is the total liquidity in USD for the pool, adjusted by the percentage bonded (if applicable).
- `Coin Price` is the current price of the coin.
- The multiplier \(36500\) annualizes the rate.

2. **Superfluid APR Calculation** (if applicable):
- The Superfluid APR is calculated additionally for pools where it's relevant, using the formula:
![](../../assets/apr-superfluid.png)
- Where:
- \(\text{Staking APR}\) is the APR from staking.
- `Superfluid Percentage` is the percentage of the pool that is superfluid.
- `Superfluid Risk Factor` is a risk adjustment factor.
- `APR_14d` is the 14-day APR calculated as above.
- The multiplier \(36500\) annualizes the rate.
4 changes: 2 additions & 2 deletions docs/overview/integrate/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 8

## List onto the Osmosis Frontend

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.
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.

## Verify Assets

Expand All @@ -18,4 +18,4 @@ Approval requires meeting the requirements in the assetlist repo that can be see

## Swap Page

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.
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.
Loading