// BEGIN ENQUEUE PARENT ACTION // AUTO GENERATED - Do not modify or remove comment markers above or below: if ( !function_exists( 'chld_thm_cfg_locale_css' ) ): function chld_thm_cfg_locale_css( $uri ){ if ( empty( $uri ) && is_rtl() && file_exists( get_template_directory() . '/rtl.css' ) ) $uri = get_template_directory_uri() . '/rtl.css'; return $uri; } endif; add_filter( 'locale_stylesheet_uri', 'chld_thm_cfg_locale_css' ); if ( !function_exists( 'chld_thm_cfg_parent_css' ) ): function chld_thm_cfg_parent_css() { wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( 'font-awesome-v5','bootstrap','sidr','magnific-popup','sliderpro' ) ); wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); } endif; add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 ); // END ENQUEUE PARENT ACTION add_action( 'admin_enqueue_scripts', 'my_cfg_admin_enqueue' ); function my_cfg_admin_enqueue(){ wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); wp_enqueue_style('style-cfg-child', get_stylesheet_uri(), array(), "4.2"); } add_action( 'after_setup_theme', 'remove_plugin_image_sizes', 999 ); function remove_plugin_image_sizes(){ remove_image_size( '2048x2048' ); remove_image_size( '1536x1536' ); remove_image_size( 'large' ); } function action_dynamic_sidebar_after( $array ) { if($array == "home-content-widgets") { echo the_content(); } }; add_action( 'dynamic_sidebar_after', 'action_dynamic_sidebar_after', 10, 1 ); add_action( 'trashed_post', 'mtp_delete_attached_thumbnail_for_trashed_product', 20, 1 ); function mtp_delete_attached_thumbnail_for_trashed_product( $post_id ) { // gets ID of post being trashed $post_type = get_post_type( $post_id ); // does not run on other post types if ( $post_type != 'post' ) { return true; } // get ID of featured image $post_thumbnail_id = get_post_thumbnail_id( $post_id ); // delete featured image wp_delete_attachment( $post_thumbnail_id, true ); }/** * The header for our theme * * This is the template that displays all of the section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?> Frax’s shift to a fully backed stablecoin signals the end of DeFi’s algorithmic experiment – CoinsMegaNews

Frax’s shift to a fully backed stablecoin signals the end of DeFi’s algorithmic experiment

Frax’s shift to a fully backed stablecoin signals the end of DeFi’s algorithmic experiment

[ad_1]

The Frax community recently approved a proposal to make its FEI stablecoin fully backed by USD equivalents, rather than maintaining a partially backed and semi algorithmic stablecoin. With Frax’s decision, the days of experimentation with algorithmic stablecoins could finally be behind us.

The decentralized stablecoin space has only proved effective with ETH, USDC and BTC backed stablecoins. The failure of algorithmic stablecoins (like UST) and depegging of overleveraged stablecoins (like MIM) has become one of the primary reasons for loss of confidence in decentralized stablecoins.

The decentralized stablecoin space is still tiny

Decentralized stablecoins account for 5.5% of the total stablecoin supply. MarkerDAO’s DAI commands the lion’s share of this with 71% dominance. The transfer volumes of decentralized stablecoins are largely dominated in DAI and have declined since Q3 2022, suggesting that activity across the sector is still inhibited.

90-day moving average of decentralized stablecoin transfer volume. Source: Dune

During the bull run of 2021 and 2022, platforms like Abracadabra and Luna flourished due to higher yields, but when the market took a negative turn these stablecoins were some of the first to collapse. Luna’s UST stablecoin crashed in May 2022 after major withdrawals of the stablecoin disrupted its algorithmic mechanism. 

Before its collapse, UST had become the third largest stablecoin with a larger supply than BUSD and only behind the USDT and USDC. However, the ripple effects of Luna’s collapse caused Abracabra’s MIM stablecoin to lose its peg due to widespread drop in prices of assets backing MIM. Liquidations piled across the platform with no buyers, leading frequent dips below the $1 peg level.

Only a few incumbents remain standing

MakerDAO’s DAI stablecoin is the longest-standing decentralized alternative, with a significant market share. While DAI’s design promoted decentralization, the token became a victim of centralization, with more than 50% of assets backing DAI composed of Circle’s USDC.

The MakerDAO community has progressively taken steps to diversify the platform’s backing. In October 2022, the community voted to convert $500 million USDC to U.S. Treasury bonds.

Recently, MarkerDAO and the decentralized stablecoin space received another blow after court ruling in England forced the platform to include an option to seize assets from a user. It creates a considerable regulatory risk for platforms using and launching decentralized stablecoins.

Besides MakerDAO, Liquity has earned a decent reputation in DeFi as a purely ETH-backed stablecoin platform. Liquity is censorship resistance as it only provides smart contracts on Ethereum, which are not managed by administrators. The total supply of LUSD is 230 million, with LQTY as the utility token of the platform.

The project’s native token, LQTY, doubled in price after its Binance listing on Feb. 28, 2023. There was alleged insider trading activity behind the price surge reported by anonymous on-chain analytics portal An Ape’s Prologue. Still, the token’s low issuance rate and real yield in protocol fees could give it a lot of advantages over governance-only tokens like Uniswap’s UNI token.

Stablecoin platforms building liquidity and trust over time

Frax’s decision to migrate away from a partially algorithmic design to a fully backed stablecoin could see a rise in demand for FEI. Moreover, Frax is a significant holder of Curve’s CRV and Convex Finance’s CVX token, enabling the DAO to incentivize liquidity provision on Curve. This is notable because adequate liquidity is one of the first requirements for a stablecoin’s success.

Related: Stablecoin adoption could lead to DeFi growth, says Aave founder

Currently, crypto market volatility discourages many users from minting crypto-collateralized stablecoins. The lack of trust in decentralized stablecoins and the long-standing permeability of centralized stablecoins across numerous exchanges makes it harder for decentralized alternatives to gain market share.

Still, the long-term market opportunity for decentralized stablecoins is significant. Over time, decreased volatility and regulatory clarity around cryptocurrencies will likely increase the demand for crypto-backed stablecoins.

The views, thoughts and opinions expressed here are the authors’ alone and do not necessarily reflect or represent the views and opinions of Cointelegraph.

This article does not contain investment advice or recommendations. Every investment and trading move involves risk, and readers should conduct their own research when making a decision.

[ad_2]

Source link

Leave a Reply

Your email address will not be published. Required fields are marked *

/** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?>