Binance Square
realyield
19,977 views
19 Posts
Hot
Latest
LIVE
LIVE
AlpacaFinance
--
These are the annualized returns of the first Automated Vaults V3 that we launched! 🚀 🚀 All Vaults are currently full. It's no wonder with those APYs 😆 Follow our socials to learn more about new releases and capacity increases. It's firsts come, first serve! #BNB #BNBChain #farming #realyield #yield
These are the annualized returns of the first Automated Vaults V3 that we launched! 🚀 🚀

All Vaults are currently full. It's no wonder with those APYs 😆

Follow our socials to learn more about new releases and capacity increases.

It's firsts come, first serve!

#BNB #BNBChain #farming #realyield #yield
WOOFi now supports #USDT on #BNBCHAIN This addition will enable WOOFi to capture a more diversified order flow, generate more swap fees, and accrue more #realyield back to those staking #WOO
WOOFi now supports #USDT on #BNBCHAIN

This addition will enable WOOFi to capture a more diversified order flow, generate more swap fees, and accrue more #realyield back to those staking #WOO
Pssst… have you heard? Word on the street is that #WOO stakers on BNB Chain and Avalanche have been raking in some nice-looking #realyield on the sly If you want a piece of this pie, check out fi.woo.org/stake
Pssst… have you heard?

Word on the street is that #WOO stakers on BNB Chain and Avalanche have been raking in some nice-looking #realyield on the sly

If you want a piece of this pie, check out fi.woo.org/stake
AVv3 Progress UpdateDear alpacas, In this article, we will share the development progress of AVv3. For more background information on AVv3, you can also refer to our previous article. ⚙️Development Progress We’ve successfully deployed the relevant AVv3 smart contracts on BNB Chain’s Mainnet. The code has been reviewed internally and we’re now currently testing all the different key functions for AVv3 management (deposit, withdraw, add LP, remove LP, borrow, repay, reinvest fees, etc.) in a live environment. Concurrently, we have explored numerous vault management strategies, and ran many variations of backtests to find the most promising ones. Preliminary runs of some strategies showed promising results (e.g. figure below.) Once all the functions are tested to satisfaction, we will start running real vault management strategies to compare the actual performance vs. backtest results, and try to uncover any potential points of improvement in operations. We will continue to iterate and optimize the strategies as we approach actual launch. Example backtest run. The yellow line represents the simulated vault’s PnL, and the shaded blue area is the liquidity price range Example backtest run. The yellow line represents the simulated vault’s PnL, and the shaded blue area is the liquidity price range We have started setting up the infrastructure to run the vault management operations, which is improved from our AVv2 ops. We have finalized the UI/UX for the AVv3 product pages. It builds off the previous AVv2 UI, while adding more info about the vaults such as the current and historical LP range. The investment and withdrawal process will continue to be simple and straightforward, as users have become familiar with in AVv2. 🎨Design Considerations We know the herd loves details. So in this section, we will share some key design decisions and insights we’ ve gained from developing AVv3 to fit with the framework of concentrated liquidity (CL) DEX. Modular Design We have designed AVv3 to be much more modular; each transaction is now separated into its own function. In AVv2, when an investor makes a deposit into the vault, there are actually many actions that get bundled and executed together in the background, such as: The vault’s share token gets minted The vault borrows the necessary amount The assets are deployed into the DEX’s liquidity pool Similarly, reinvest and withdraw functions also bundle several actions within them. However, this framework does not work well for AVv3 given that CL DEXs require a more complicated LP strategy. For example, depending on where the price sits in the LP range, the composition of assets held in the LP could be very off-balance (vs. 50/50 on UNIv2 LP.) This means the ratio of assets required to be added into LP could look very different at different times and could necessitate a swap in certain situations. This dynamic is not ideal and would impact the performance of the pool and the transaction cost to users (swap cost, etc.) After much brainstorming and discussions, we found a better approach would be to separate all actions into their own functions. With this approach, we will have the flexibility to only execute the necessary actions when required. For example, assets will no longer need to be deployed into an LP position at the same moment they are deposited. They can now be deployed in batches at a more appropriate time based on the vault’s logic. The Role of Vault’s Manager vs. Smart Contract Note: The term Vault’s Manager here refers to a set of off-chain logic and code that operates the vault. It does not refer to a human manager that makes discretionary decisions. As alluded to in the section above, the Manager would have much more authority in managing the vault. The role of the smart contracts would be to act more as a container to facilitate the execution of strategies, and check that the managers’ actions fall within the acceptable risk parameters and guardrails. For example, Managers can decide to borrow more assets at any time as long as the vault leverage would not exceed the threshold (e.g., 10x). Another example would be checking that a transaction such as a swap or rebalance would not result in a vault’s equity loss above the allowed threshold (e.g., 0.5%). This new framework will also mean that in the future, AVv3 could become a platform that supports vetted 3rd party managers (e.g., professional marketing making firms). These managers would only need to focus on running profitable strategies for their funds while Alpaca Finance would provide all the infrastructure and liquidity to run their strategies. Moreover, the codebase can be reused to support deployment strategies beyond UNIv3. So in the future, if there are next-gen DEXs or other non-DEX platforms that can generate yields, we will be able to integrate our AV with them without having to create everything again from scratch. This design direction allows for a much higher potential growth and composability of the product. Variable Leverage In AVv2, we can set a fixed target leverage for a vault — i.e., 3x and 8x. However, in AVv3, this might no longer be the best approach given the nature of concentrated liquidity DEX. This is best explained by an example. Imagine a scenario where the asset price has moved towards the edge of the price range, but the signal/logic expects the price to revert back into the range. Instead of rebalancing the position/resetting the LP range, which would incur higher cost, the Manager could “extend the range” by borrowing more of the required asset. This method could be a more efficient management strategy, but would increase the overall leverage of the vault. Illustrative Example: The LP range is extended on the upper side by borrowing additional BNB, effectively increasing the vault’s leverage by 1x Illustrative Example: The LP range is extended on the upper side by borrowing additional BNB, effectively increasing the vault’s leverage by 1x The example above is just one potential scenario. But there are also more situations where it’s more effective to allow for flexible leverage and not retarget the vault’s leverage based on a simple rule (as we did in AVv2). Given that providing liquidity on a CL DEX is already achieving improved capital efficiency, the leverage on AVv3 can also be lower than AVv2 while still achieving the same level of yields. Repurchasing With AVv2, we have devised a way to create a fixed-price swap with a discount through the repurchasing method. However, with the AVv3, we will perform necessary swap directly on the DEX. This change is due to several factors: With concentrated liquidity, the swap becomes more efficient and has much less price impact, so the benefit of repurchasing is lower. Some major pools such as BNB-USDT use a 0.01% fee tier, which is even lower than CEXs. (Binance has stopped support for the 0% trade fee on BUSD pairs.) Transparency and safety from an operational perspective prefers keeping everything on-chain, especially with recent developments on the regulatory front. 💡Closing Thoughts The development is on-track to be completed in mid to late July. In the next update, we will share more details on our management strategies, backtest results, and the launch plan. We thank all you alpacas for your continued support and patience as we work on this major initiative. We believe that AVv3 will have a strong product-market fit, and serve as a massive future growth vector for Alpaca Finance. We’ re excited and hope you are too, so stay tuned for future updates! #BNBChain⚡️ #DefiYield #yield #PancakeSwapV3 #realyield $ALPACA

AVv3 Progress Update

Dear alpacas,

In this article, we will share the development progress of AVv3. For more background information on AVv3, you can also refer to our previous article.

⚙️Development Progress

We’ve successfully deployed the relevant AVv3 smart contracts on BNB Chain’s Mainnet. The code has been reviewed internally and we’re now currently testing all the different key functions for AVv3 management (deposit, withdraw, add LP, remove LP, borrow, repay, reinvest fees, etc.) in a live environment.

Concurrently, we have explored numerous vault management strategies, and ran many variations of backtests to find the most promising ones. Preliminary runs of some strategies showed promising results (e.g. figure below.) Once all the functions are tested to satisfaction, we will start running real vault management strategies to compare the actual performance vs. backtest results, and try to uncover any potential points of improvement in operations. We will continue to iterate and optimize the strategies as we approach actual launch.

Example backtest run. The yellow line represents the simulated vault’s PnL, and the shaded blue area is the liquidity price range

Example backtest run. The yellow line represents the simulated vault’s PnL, and the shaded blue area is the liquidity price range

We have started setting up the infrastructure to run the vault management operations, which is improved from our AVv2 ops.

We have finalized the UI/UX for the AVv3 product pages. It builds off the previous AVv2 UI, while adding more info about the vaults such as the current and historical LP range. The investment and withdrawal process will continue to be simple and straightforward, as users have become familiar with in AVv2.

🎨Design Considerations

We know the herd loves details. So in this section, we will share some key design decisions and insights we’

ve gained from developing AVv3 to fit with the framework of concentrated liquidity (CL) DEX.

Modular Design

We have designed AVv3 to be much more modular; each transaction is now separated into its own function. In AVv2, when an investor makes a deposit into the vault, there are actually many actions that get bundled and executed together in the background, such as:

The vault’s share token gets minted

The vault borrows the necessary amount

The assets are deployed into the DEX’s liquidity pool

Similarly, reinvest and withdraw functions also bundle several actions within them. However, this framework does not work well for AVv3 given that CL DEXs require a more complicated LP strategy.

For example, depending on where the price sits in the LP range, the composition of assets held in the LP could be very off-balance (vs. 50/50 on UNIv2 LP.) This means the ratio of assets required to be added into LP could look very different at different times and could necessitate a swap in certain situations. This dynamic is not ideal and would impact the performance of the pool and the transaction cost to users (swap cost, etc.)

After much brainstorming and discussions, we found a better approach would be to separate all actions into their own functions. With this approach, we will have the flexibility to only execute the necessary actions when required. For example, assets will no longer need to be deployed into an LP position at the same moment they are deposited. They can now be deployed in batches at a more appropriate time based on the vault’s logic.

The Role of Vault’s Manager vs. Smart Contract

Note: The term Vault’s Manager here refers to a set of off-chain logic and code that operates the vault. It does not refer to a human manager that makes discretionary decisions.

As alluded to in the section above, the Manager would have much more authority in managing the vault. The role of the smart contracts would be to act more as a container to facilitate the execution of strategies, and check that the managers’ actions fall within the acceptable risk parameters and guardrails. For example, Managers can decide to borrow more assets at any time as long as the vault leverage would not exceed the threshold (e.g., 10x). Another example would be checking that a transaction such as a swap or rebalance would not result in a vault’s equity loss above the allowed threshold (e.g., 0.5%).

This new framework will also mean that in the future, AVv3 could become a platform that supports vetted 3rd party managers (e.g., professional marketing making firms). These managers would only need to focus on running profitable strategies for their funds while Alpaca Finance would provide all the infrastructure and liquidity to run their strategies. Moreover, the codebase can be reused to support deployment strategies beyond UNIv3. So in the future, if there are next-gen DEXs or other non-DEX platforms that can generate yields, we will be able to integrate our AV with them without having to create everything again from scratch. This design direction allows for a much higher potential growth and composability of the product.

Variable Leverage

In AVv2, we can set a fixed target leverage for a vault — i.e., 3x and 8x. However, in AVv3, this might no longer be the best approach given the nature of concentrated liquidity DEX. This is best explained by an example.

Imagine a scenario where the asset price has moved towards the edge of the price range, but the signal/logic expects the price to revert back into the range. Instead of rebalancing the position/resetting the LP range, which would incur higher cost, the Manager could “extend the range” by borrowing more of the required asset. This method could be a more efficient management strategy, but would increase the overall leverage of the vault.

Illustrative Example: The LP range is extended on the upper side by borrowing additional BNB, effectively increasing the vault’s leverage by 1x

Illustrative Example: The LP range is extended on the upper side by borrowing additional BNB, effectively increasing the vault’s leverage by 1x

The example above is just one potential scenario. But there are also more situations where it’s more effective to allow for flexible leverage and not retarget the vault’s leverage based on a simple rule (as we did in AVv2).

Given that providing liquidity on a CL DEX is already achieving improved capital efficiency, the leverage on AVv3 can also be lower than AVv2 while still achieving the same level of yields.

Repurchasing

With AVv2, we have devised a way to create a fixed-price swap with a discount through the repurchasing method. However, with the AVv3, we will perform necessary swap directly on the DEX. This change is due to several factors:

With concentrated liquidity, the swap becomes more efficient and has much less price impact, so the benefit of repurchasing is lower.

Some major pools such as BNB-USDT use a 0.01% fee tier, which is even lower than CEXs. (Binance has stopped support for the 0% trade fee on BUSD pairs.)

Transparency and safety from an operational perspective prefers keeping everything on-chain, especially with recent developments on the regulatory front.

💡Closing Thoughts

The development is on-track to be completed in mid to late July. In the next update, we will share more details on our management strategies, backtest results, and the launch plan. We thank all you alpacas for your continued support and patience as we work on this major initiative. We believe that AVv3 will have a strong product-market fit, and serve as a massive future growth vector for Alpaca Finance. We’ re excited and hope you are too, so stay tuned for future updates!

#BNBChain⚡️ #DefiYield #yield #PancakeSwapV3 #realyield $ALPACA
The resurgence of #BNBCHAIN! Following successful efforts by WOOFi’s LP to optimize their quoting algorithm, BNB Chain volume is rapidly on the rise alongside #realyield for stakers 🔥 Swap with the best prices across 6️⃣ chains at fi.woo.org
The resurgence of #BNBCHAIN!

Following successful efforts by WOOFi’s LP to optimize their quoting algorithm, BNB Chain volume is rapidly on the rise alongside #realyield for stakers 🔥

Swap with the best prices across 6️⃣ chains at fi.woo.org
$GMX - Fast Research - #hanbinDo you really know Arbitrum, if you do not know its dominant player? #realyield generating blue-chip DeFi protocol Low-cost swaps and perps trading w up to 50x leverage >200,000 users, >$90B in traded volume I. GMX Overview - A decentralized spot and perps exchange on #Arbitrum and #Avalanche - Users can do spot swaps and trade perps w up to 50x leverage, low swap fees, and zero price impact - GLP, a native multi-asset pool, facilitates market making, low swap fees, and lev. trading - Uses #Chainlink Oracles to aggregate prices from leading volume exchanges - Has multiple integrations with other DeFi protocols, and also bots to help users track various metrics (e.g., trading stats, positions, staking, fees etc.) II. Features Why should traders choose GMX? Reduction in liquidation risks #Chainlink Oracles’ high-quality price feeds smoothen out price fluctuations which keeps positions safe from temporary wicks. Low costs Users can enter/exit positions w minimal spread and zero price impact, at no additional costs. Simple $GMX has a simple swap interface for a smooth UX. Self-custodial and trustless Users can trade directly from their wallet. III. Tokenomics $GMX token distribution Forecasted max supply - 13.25M XVIX and Gambit migration – 6M #Uniswap liq. – 2M esGMX rewards – 2M Floor price fund – 2M Marketing, partnerships and community developers – 1M Contributors – 250K (distributed linearly over 2yrs) $GMX token utility Native governance and utility token of the GMX protocol $GMX token holders have governance rights, and can stake their $GMX tokens for #realyield $GMX token accrues 30% of platform generated fees. Staked GMX receives 3 types of rewards: Multiplier Points (MP) $ETH / $AVAX rewards Escrowed GMX (esGMX) Floor price fund - Helps to ensure liquidity in GLP and provide a reliable stream of $ETH rewards for all staked $GMX - The GMX token has a floor price fund composed of $ETH and $GLP, which grows in 2 ways: 1) $GMX/$ETH liquidity is provided and owned by the protocol, the fees from this trading pair will be converted to $GLP and deposited into the fund 2) 50% of funds received from Olympus bonds are sent to the fund, the other 50% for marketing - As the floor price fund grows, it can also be used to buyback and burn $GMX if the avg. floor price fund $GMX price < market price, leading to a min. price for $GMX $GLP token - Liquidity provider token of $GMX protocol which is minted when users deposit their assets into GLP (index of assets) - $GLP holders earn esGMX rewards, and 70% of the platform fees distributed in $ETH/$AVAX - GLP is the source of Protocol-owned-liquidity (POL), which is used for swaps and leverage trading - When traders are profitable, GLP value ↓ - When traders are losing, GLP value ↑ IV. Rewards Escrowed GMX (esGMX) - Can be staked for rewards similar to regular $GMX tokens - Vested over a year to convert into $GMX tokens - When vesting is initiated, the average amt. of $GMX/$GLP tokens that was used to earn the $esGMX rewards will be reserved - $esGMX tokens that have been unstaked and deposited for vesting will not earn rewards - $GMX, $esGMX and MPs can be used interchangeably for the required reserve amount Multiplier points (MP) - Used to reward long-term holders w/o any inflation - $GMX stakers receive MPs every second at a fixed rate of 100% APR - Can be staked for fee rewards - When $GMX or $esGMX tokens are #unstaked, the proportional amt. of MPs is burnt A summary of rewards and mechanics: $GMX: Earns $ETH / $AVAX, esGMX, Multiplier Points when staked $esGMX: Earns $ETH / $AVAX, esGMX, Multiplier Points when staked Multiplier Points: Boost $ETH / $AVAX APRs when staked $GLP: Earns $ETH / $AVAX, esGMX, auto staked on mint V. TL;DR GMX protocol is a decentralized swap and perps trading protocol on Arbitrum and Avalanche With GMX, traders can get trade with low costs, a simple interface, reduction in liquidation risks, all from their own private wallet. $GMX is the native governance and utility token, which can be staked to receives 3 types of rewards: esGMX, Multiplier points, and $ETH/$AVAX. $GLP is the liquidity provider token which earns esGMX rewards and 70% of platform fees in $ETH/$AVAX. $esGMX can be staked for similar rewards as $GMX, and can be vested into $GMX tokens. Multiplier points help to boost the $ETH/$AVAX APR for staked $GMX. VI. Concluding thoughts - GMX has proven itself to be a successful protocol in terms of tokenomics and operational model - I believe perps trading will be around in the future, and $GMX can still take a larger slice of the pie even though there are new competitors - #realyield generation helps to ease investors as the protocol is not thriving on ponzinomics. - Introducing new trading pairs + asset classes would help to strengthen its product suite and user retention rate. - With a huge dominance on Arbitrum + real yield generation, there are many protocols which have been launched to take advantage of $GLP. While it is great that there are beneficial network effects, conversely, the contagion effect could be detrimental.

$GMX - Fast Research - #hanbin

Do you really know Arbitrum, if you do not know its dominant player?

#realyield generating blue-chip DeFi protocol

Low-cost swaps and perps trading w up to 50x leverage

>200,000 users, >$90B in traded volume

I. GMX Overview

- A decentralized spot and perps exchange on #Arbitrum and #Avalanche

- Users can do spot swaps and trade perps w up to 50x leverage, low swap fees, and zero price impact

- GLP, a native multi-asset pool, facilitates market making, low swap fees, and lev. trading

- Uses #Chainlink Oracles to aggregate prices from leading volume exchanges

- Has multiple integrations with other DeFi protocols, and also bots to help users track various metrics (e.g., trading stats, positions, staking, fees etc.)

II. Features

Why should traders choose GMX?

Reduction in liquidation risks

#Chainlink Oracles’ high-quality price feeds smoothen out price fluctuations which keeps positions safe from temporary wicks.

Low costs

Users can enter/exit positions w minimal spread and zero price impact, at no additional costs.

Simple

$GMX has a simple swap interface for a smooth UX.

Self-custodial and trustless

Users can trade directly from their wallet.

III. Tokenomics

$GMX token distribution

Forecasted max supply - 13.25M

XVIX and Gambit migration – 6M

#Uniswap liq. – 2M

esGMX rewards – 2M

Floor price fund – 2M

Marketing, partnerships and community developers – 1M

Contributors – 250K (distributed linearly over 2yrs)

$GMX token utility

Native governance and utility token of the GMX protocol

$GMX token holders have governance rights, and can stake their $GMX tokens for #realyield

$GMX token accrues 30% of platform generated fees.

Staked GMX receives 3 types of rewards:

Multiplier Points (MP)

$ETH / $AVAX rewards

Escrowed GMX (esGMX)

Floor price fund

- Helps to ensure liquidity in GLP and provide a reliable stream of $ETH rewards for all staked $GMX

- The GMX token has a floor price fund composed of $ETH and $GLP, which grows in 2 ways:

1) $GMX/$ETH liquidity is provided and owned by the protocol, the fees from this trading pair will be converted to $GLP and deposited into the fund

2) 50% of funds received from Olympus bonds are sent to the fund, the other 50% for marketing

- As the floor price fund grows, it can also be used to buyback and burn $GMX if the avg. floor price fund $GMX price < market price, leading to a min. price for $GMX

$GLP token

- Liquidity provider token of $GMX protocol which is minted when users deposit their assets into GLP (index of assets)

- $GLP holders earn esGMX rewards, and 70% of the platform fees distributed in $ETH /$AVAX

- GLP is the source of Protocol-owned-liquidity (POL), which is used for swaps and leverage trading

- When traders are profitable, GLP value ↓

- When traders are losing, GLP value ↑

IV. Rewards

Escrowed GMX (esGMX)

- Can be staked for rewards similar to regular $GMX tokens

- Vested over a year to convert into $GMX tokens

- When vesting is initiated, the average amt. of $GMX/$GLP tokens that was used to earn the $esGMX rewards will be reserved

- $esGMX tokens that have been unstaked and deposited for vesting will not earn rewards

- $GMX, $esGMX and MPs can be used interchangeably for the required reserve amount

Multiplier points (MP)

- Used to reward long-term holders w/o any inflation

- $GMX stakers receive MPs every second at a fixed rate of 100% APR

- Can be staked for fee rewards

- When $GMX or $esGMX tokens are #unstaked, the proportional amt. of MPs is burnt

A summary of rewards and mechanics:

$GMX: Earns $ETH / $AVAX , esGMX, Multiplier Points when staked

$esGMX: Earns $ETH / $AVAX , esGMX, Multiplier Points when staked

Multiplier Points: Boost $ETH / $AVAX APRs when staked

$GLP: Earns $ETH / $AVAX , esGMX, auto staked on mint

V. TL;DR

GMX protocol is a decentralized swap and perps trading protocol on Arbitrum and Avalanche

With GMX, traders can get trade with low costs, a simple interface, reduction in liquidation risks, all from their own private wallet.

$GMX is the native governance and utility token, which can be staked to receives 3 types of rewards: esGMX, Multiplier points, and $ETH /$AVAX .

$GLP is the liquidity provider token which earns esGMX rewards and 70% of platform fees in $ETH /$AVAX .

$esGMX can be staked for similar rewards as $GMX, and can be vested into $GMX tokens.

Multiplier points help to boost the $ETH /$AVAX APR for staked $GMX.

VI. Concluding thoughts

- GMX has proven itself to be a successful protocol in terms of tokenomics and operational model

- I believe perps trading will be around in the future, and $GMX can still take a larger slice of the pie even though there are new competitors

- #realyield generation helps to ease investors as the protocol is not thriving on ponzinomics.

- Introducing new trading pairs + asset classes would help to strengthen its product suite and user retention rate.

- With a huge dominance on Arbitrum + real yield generation, there are many protocols which have been launched to take advantage of $GLP.

While it is great that there are beneficial network effects, conversely, the contagion effect could be detrimental.

The Alpaca Finance June Recap article is out! ➡️ Learn more about the current state and future of Automated Vaults ➡️ New tokens available on Money Market ➡️ Alpaca Finance Perpetual Futures Exchange results ➡️ Buyback and burns Visit Alpaca Finance Medium for more info! #news #defiprotocols #BNBChain⚡️ #realyield #AlpacaFinance
The Alpaca Finance June Recap article is out!

➡️ Learn more about the current state and future of Automated Vaults

➡️ New tokens available on Money Market

➡️ Alpaca Finance Perpetual Futures Exchange results

➡️ Buyback and burns

Visit Alpaca Finance Medium for more info!

#news #defiprotocols #BNBChain⚡️ #realyield #AlpacaFinance
Explore the lastest crypto news
⚡️ Be a part of the latests discussions in crypto
💬 Interact with your favorite creators
👍 Enjoy content that interests you
Email / Phone number