// 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 */ ?> Hong Kong central bank warns against crypto firms using banking terms – CoinsMegaNews

Hong Kong central bank warns against crypto firms using banking terms

Hong Kong central bank warns against crypto firms using banking terms

[ad_1]

The Hong Kong Monetary Authority (HKMA), the special administrative region’s central bank, has issued a warning to users that crypto businesses presenting themselves as banks and using banking terminology could be violating the region’s banking laws. 

In a press release, the HKMA said that the use of certain banking terms may be misleading the public, causing users to think that the crypto firms are authorized banks in Hong Kong. However, the central bank highlighted that under the region’s banking laws, only licensed institutions are allowed to carry out banking or deposit-taking businesses in Hong Kong. 

The central bank warned the public that firms describing themselves with words like “crypto bank,” “digital asset bank,” and “crypto asset bank” or claims to be offering banking services or banking accounts may be breaking the law. 

According to the HKMA, other than authorized institutions, it’s unlawful for persons or businesses to use the word “bank” in the name or descriptions of their companies. In addition, facilitating the taking of deposits without the proper license is also a violation of the law. 

The HKMA reminded the public that crypto firms which are not banks are not supervised by the central bank. This means that funds placed within the so-called “crypto banks” are not protected by the region’s deposit protection scheme. 

Related: Hong Kong’s crypto stance: Execs weigh in on Web3 in the region

Hong Kong has recently been cracking down on violators of its licensing laws. On Sept. 15, the region’s Securities and Futures Commission (SFC) issued a warning against crypto exchange JPEX for allegedly promoting its products and services in Hong Kong without securing a license or applying for one.

Following the SFC’s warning, the exchange’s staff seemingly disappeared from its Token 2049 booth in Singapore. It also ramped up its withdrawal fees to up to 999 Tether (USDT), a move that tried to discourage users from retrieving their funds from the exchange. 

Magazine: China’s blockchain satellite in space, Hong Kong’s McNuggets Metaverse: Asia Express

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