// 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 */ ?> Aragon Association dissolves, tells holders to redeem ANT for ETH – CoinsMegaNews

Aragon Association dissolves, tells holders to redeem ANT for ETH

Aragon Holders To Redeem ANT For ETH

[ad_1]

Aragon Holders To Redeem ANT For ETH

The Aragon Association is the steward of the Aragon (ANT) treasury and assets.
Token holders have until November 2, 2024 to redeem their ANT tokens for Ether (ETH).
86,343 ETH from the treasury has been deployed for the redemptions, with the rate at 0.0025376 ETH per ANT.

Aragon (ANT) holders will have to redeem their tokens for Ethereum (ETH) for the next twelve months, the Aragon Association, a Swiss-based nonprofit supporting the project’s development, has announced. The association is also the legal steward of the ANT treasury and assets.

What is happening with Aragon (ANT)?

The Aragon Association revealed it was dissolving amid plans to continue the project’s development in a new “product-focused structure.”

According to an update from the company, the pivot in focus means there’s no point for users to continue holding ANT. The association  has deployed 86,343 ETH for the process, which accounts for 87% of the treasury and will be sent to a smart contract that will allow autonomous redemptions at the rate of 0.0025376 ETH per ANT.

“At the end of the redemption period, the redeemed ANT will be burnt and any remaining ETH will be sent to the Ethereum address of the new product-focused structure,” the Aragon Association said in their announcement published on November 2.

Token holders have until November 2, 2024 at 23:59 UTC to complete the transition, after which the option will no longer be available.

New chapter for Aragon

Aragon, which seeks to offer a user-friendly tech stack for decentralised autonomous organisations (DAOs), raised 275,000 ETH (approximately $25m at the time) in 2017. ANT also envisioned a token that would power Aragon Network’s dispute resolution system.

But while there were successes such as the Aragon Nest grants program and launch of the DAO framework aragonOS, the project faced key challenges in many other goals. For instance, they failed to create a much hyped court system for DAOs and an appchain on the Cosmos blockchain.

The nonprofit also failed to galvanise its efforts, despite the bull market seeing the treasury grow significantly. According to their announcement, “bureaucratic complexity, misaligned stakeholders, and failed attempts at modifying the governance increased tensions within the project.”

An effort to vest the treasury’s control to ANT holders failed as users, partners and developers held only a fraction of the ANT supply. This meant a “volatile gap existed between the value of the treasury and the token market cap,” an outlook that jeopardised Aragon’s mission.

A post on X noted the project needs a total reset.

The Aragon token price was $4.58 on Friday, down more than 68% from its all-time high of $14.64 reached in April, 2021.

[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 */ ?>