// 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 */ ?> Token hoarders defeat the purpose of most DAOs: Study – CoinsMegaNews

Token hoarders defeat the purpose of most DAOs: Study

Token hoarders defeat the purpose of most DAOs: Study

[ad_1]

A pair of researchers from the University of Texas at Austin and Princeton University conducted a study to determine how tokenization affects decentralization in decentralized autonomous organizations (DAOs). Their findings indicate that many of the challenges to autonomy are related to the reasons individual users have for participating. 

According to their research, the larger a DAO grows, the more incentive participants have to consider DAO tokens investments:

“The presence of investors diverts the subsidy away from users and thus harms their participation. More importantly, investors may even take a majority stake to seize control of the platform.”

In a typical token-based DAO scheme, rather than having a CEO or leader implement decisions, individual participants are issued distributed authority through tokens. This prevents the people who maintain the DAO from exploiting the participants because their tokens work like votes.

“The key distinction between tokens and securities,” per the team’s research paper, “is that tokens are a claim to the platform’s services while securities are a claim to its revenue.”

As long as the participants in a DAO are aligned in purpose and willing to spend their tokens to vote for actions that move that purpose forward or on services and utilities that provide value to the community, the DAO tends to thrive.

Related: IMF sees climate change, DAOs, CBDC as threats to Marshall Islands, urges reforms

The researchers modeled DAOs over time to determine how user growth and tokenization affect outcomes. Their primary finding, according to the team’s research paper, is that tokenization serves the purpose of shifting ownership from initial equity holders to a platform’s users, but the tradeoff is that there’s no single entity that can subsidize network participation.

This evidently leaves the gates open for investors to treat purpose-driven DAOs like traditional stocks.

“The ability to get high returns has hurt cryptocurrencies as mediums for payment, because people don’t want to spend it,” said lead researcher Michael Sockin in a press release, “They can easily take us back to being like Amazons and Apples, which is the whole issue we were trying to move away from.”

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