Skip to content

Commit

Permalink
fix: rate provider links
Browse files Browse the repository at this point in the history
- Fix Matts changes for RP links as it was moved to the partner onboarding parent folder level
  • Loading branch information
Xeonus committed Nov 26, 2024
1 parent 6288efe commit b763fc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/partner-onboarding/balancer-v2/onboard-yb-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Whitelist your token by doing a Pull-Request [here](https://github.com/balancer/

## Rate Provider
::: tip
Consult our [rate provider onboarding FAQ](./rate-providers.md) for more details
Consult our [rate provider onboarding FAQ](../onboarding-overview/rate-providers.md) for more details
:::
Given you want to onboard a yield-bearing asset stable pair with a stable pool, it is required that you provide a vetted
in rate provider upon pool creation.
Expand Down
4 changes: 2 additions & 2 deletions docs/partner-onboarding/balancer-v2/v2-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Balancer v2 offers a wide variety of exciting pool types. The following table pr
| Gyroscope E-CLPs | Specialized pools with [customized liquidity curves](https://docs.gyro.finance/gyroscope-protocol/readme) | [USDC:GYD Stable Pool](https://app.balancer.fi/#/ethereum/pool/0xc2aa60465bffa1a88f5ba471a59ca0435c3ec5c100020000000000000000062c) on mainnet |
| Managed pools | Specialized pools with dynamic pool weights. See [Kassandra Finance](https://app.kassandra.finance/) for an example implementation use-case | [Example index fund](https://app.kassandra.finance/pool/1370xc22bb237a5b8b7260190cb9e4998a9901a68af6f000100000000000000000d8d) on Avalanche |

- On Balancer v2, many projects choose to utilize our highly efficient Composable Stable Pool technology. This allows to deploy deep liquidity while guaranteeing correct trades through [rate provider](./rate-providers.md) technology. Furthermore, by harnessing our [vault architecture](../../concepts/vault/README.md) design, pools benefit from direct trading routes, aggregator integration and deep liquidity.
- On Balancer v2, many projects choose to utilize our highly efficient Composable Stable Pool technology. This allows to deploy deep liquidity while guaranteeing correct trades through [rate provider](../onboarding-overview/rate-providers.md) technology. Furthermore, by harnessing our [vault architecture](../../concepts/vault/README.md) design, pools benefit from direct trading routes, aggregator integration and deep liquidity.
- Our flexible weighted pool design allows for innovative pool design, letting you choose between any target weights and up to 8 token pools opening up the possibility to host governance token liquidity or build exciting index-fund like products.
- Gyroscopes E-CLPs leverage custom trading curves for even higher utilization rates and efficiency
- Managed pools are experimental products. Although certain solutions exist, their support is limited.
Expand Down Expand Up @@ -70,7 +70,7 @@ Balancer v2's tokenomics around veBAL encourage partaking in various voting ince

## Onboarding Guides
- [Yield-bearing Token Onboarding](onboard-yb-token.md)
- [Rate Provider Onboarding](rate-providers.md)
- [Rate Provider Onboarding](../onboarding-overview/rate-providers.md)
- [Gauge Onboarding](gauge-onboarding.md)
- [Core Pool Framework](core-pools.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This is achieved by utilizing three core components:
3. [Boosted pools](../products/boostedpools.md)

#### Rate provider technology
By utilizing [rate provider](../../balancer-v2/rate-providers.md) technology, Balancer guarantees optimal swaps for traders by quoting an on-chain rate of the yield-bearing asset. As a result a trader gets the most up-to-date quote and trading amount when routed through Balancer while LPs get more trading volume by optimizing and rebalancing the token composition in stableswap pools.
By utilizing [rate provider](../rate-providers.md) technology, Balancer guarantees optimal swaps for traders by quoting an on-chain rate of the yield-bearing asset. As a result a trader gets the most up-to-date quote and trading amount when routed through Balancer while LPs get more trading volume by optimizing and rebalancing the token composition in stableswap pools.
#### Revenue Share Model: Core Pool Dynamics
To align token emissions with asset performance, Balancer governance introduced the [core pool framework](../../balancer-v2/core-pools.md). In short, if a pool consists of at least 50% yield-bearing assets it qualifies for receiving a share of the fees that the DAO collects on secondary layers such as voting markets which then increase token emissions to pools.
#### Boosted Pools
Expand Down

0 comments on commit b763fc0

Please sign in to comment.