// 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 */ ?> Ooki DAO members explore options in response to CFTC lawsuit – CoinsMegaNews

Ooki DAO members explore options in response to CFTC lawsuit

Ooki DAO members explore options in response to CFTC lawsuit

[ad_1]

Members of the decentralized autonomous organization (DAO) known as the Ooki DAO have started looking into an appropriate response to charges filed by the United States Commodities Futures Trading Commission (CFTC).

On Sept. 22, the CFTC announced a $250,000 penalty and settlement with bZeroX, the creators of the decentralized lending platform bZx protocol which suffered from code exploits in 2020 that led to hundreds of thousands in losses. In addition to this, the CFTC also filed a lawsuit against the Ooki DAO over similar alleged violations of digital asset trading laws.

In response, Ooki DAO members started to discuss how they should respond to the lawsuit. The DAO identified three potential responses, including allocating funds from its treasury toward hiring lawyers for the DAO members. The second option brought up by the DAO members is to try and elicit support from the decentralized finance (DeFi) community to support the legal battle.

An additional option raised by members of the DAO involved raising funds by selling nonfungible tokens (NFTs). The community discussed this possibility and highlighted that it’s another viable option to raise funds for litigation.

Because of the options laid out in the discussion, it’s very likely that the DAO will initiate a governance vote to finalize a decision.

Related: Pro sports league Karate Combat to launch DAO for fan, athlete governance

On Sept. 23, the CFTC received backlash from its own commissioner for its actions against the Ooki DAO. CFTC commissioner Summer Mersinger stated that, while she agrees with the charges against the founders of bZeroX, she could not agree with the commission’s approach to determining liability for the DAO’s token holders.

Meanwhile, the CFTC’s Caroline Pham has recently proposed the creation of an office that is dedicated to protecting retail consumers. Dubbed the “Office of the Retail Advocate,” the office would become the people’s voice, according to Pham. In a speech, the commissioner said that there is a need to balance innovation with retail protection, and this will be the focus of said office.

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