// 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 */ ?> Binance to spend over $1B on investments by end of 2022, CEO says – CoinsMegaNews

Binance to spend over $1B on investments by end of 2022, CEO says

Binance to spend over $1B on investments by end of 2022, CEO says

[ad_1]

Binance CEO, Changpeng Zhao, has stated that the global leading digital-asset platform may spend more than $1 billion on investment by the end of this year. Zhao, commonly referred to as CZ within the crypto space, revealed this in an interview with Bloomberg.

The statement from Zhao comes after an attack on the BNB chain, and a day after Binance acquired a license to operate in Kazakhstan.

According to CZ, the bulk of the funds will go to investments and asset purchases.

Binance investment plan

In the recent past, Binance has invested in excess of $325 million in more than 67 projects despite the bear crypto market. The Venture Capital arm of Binance has made a number of investments in Aptos, a firm founded by former Meta employees.

FTX, a close Binance competitor has embarked on purchasing assets from distressed crypto firms, and answering a question about buying out crypto firms, Zhao said:

“Many of them, they just take a user’s money and give it to somebody else. There’s not a lot of intrinsic value. In that case, what’s to acquire? We want to see real products that people use.”

Not interested in acquisitions

Binance is yet to show interest in any distressed crypto firm. On the contrary, Binance is focused on offering solutions for DeFi and NFT Protocols. To be precise, it is focused on addressing persistent problems within the crypto market like software attacks and tightening regulations.

Zhao claimed that Binance has been investing heavily in non-fungible tokens (NFTs), fan tokens, and traditional payment service providers. He also stated that Binance has remained economically viable despite the current economic turmoil across the crypto markets and the largest financial sector.

On traditional payment service providers, Zhao said that Binance might venture into acquiring minority stakes in traditional gaming and eCommerce companies. 

Binance has an additional $7 billion fund for partnerships and it has a team of more than 30 members focused on acquisitions and mergers.

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