// 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 */ ?> Coinbase India Revamps Crypto Service Amid Regulatory Struggle – CoinsMegaNews

Coinbase India Revamps Crypto Service Amid Regulatory Struggle

Coinbase Adjusts Services in India on Sidelines of G20 Summit

[ad_1]

Crypto exchange Coinbase has made significant changes to its customer offerings, according to recent reports. Techcrunch cited a recent email communication where Coinbase announced its intention to discontinue all exchange services for Indian customers after September 25.

The report comes on the sidelines of the G20 Summit under the presidency of India.

Coinbase to Make Changes to Customer Offerings Amid India Struggles

A recent report by Techcrunch noted that Coinbase has advised Indian customers to withdraw any funds from their accounts before the cutoff date of September 25.

Earlier reports claimed that Coinbase is exiting out of India amid regulatory struggles. But, the exchange might only be tightening rules for all customers.  

Other users, however, claim to have never received any such notice. It appears that the email was only sent to some account holders who were found to breach the updated standards during a routine system review.

This means that Coinbase is only targeting user accounts that do not meet the updated rules. The email further emphasized that this move does not impact users’ access to Coinbase Cloud services.

Read more: Coinbase Vs Robinhood: Which Is The Best Crypto Platform?

Coinbase made a debut in the Indian market last year. But, local challenges marred Coinbase’s 18-month struggle to establish a strong presence in India.

Shortly after the launch of Coinbase India in April 2022, UPI support on the platform was suspended. Coinbase CEO Brian Armstrong later disclosed that the decision to halt business operations in India was driven by “informal pressure” from the country’s central bank in a Q1 earnings call.

The National Payments Corporation of India (NPCI) also stated its lack of awareness of any crypto exchange using its instant payment system. As per reports, the challenges led to the exit of key executives, including the Senior Director for Market Expansion, Durgesh Kaushik.

G20 Summit Decides Direction for Crypto

These developments are unfolding against the backdrop of the G20 Summit in India. The country, currently holding the G20 Summit presidency, aims to seek consensus on cryptocurrency recommendations outlined in a policy paper. Indian Finance Minister Nirmala Sitharaman has indicated that a global framework for cryptocurrency asset regulation is in progress.

After the G20 meeting, it is clear that India is evaluating the recommendations put forth in a paper authored by two global agencies. Ajay Seth, Secretary of the Department of Economic Affairs, confirmed that the paper by the International Monetary Fund (IMF) and the Financial Stability Board (FSB), which outlined a roadmap for regulating crypto assets and integrating digital assets into the financial system, is being studied.

India has been consistently high-ranked in crypto ownership and use. Source: Statista / The Wire
India has been consistently high-ranked in crypto ownership and use. Source: Statista / The Wire

During an interview, Gita Gopinath, the Deputy Managing Director of the IMF, voiced apprehension around countries’ divergent approaches concerning cryptocurrency. While acknowledging the necessity for customized regulatory measures, Gopinath underscored the general crypto standards for nations.

Meanwhile, the leaders of the G20 nations have jointly issued a call for a prompt framework.

Read more: Digital Rupee Tutorial — How to Use India’s CBDC e-Rupee

G20’s consensus declaration notes,

“We call for the swift implementation of the Crypto-Asset Reporting Framework (CARF) and amendments to the CRS [Common Reporting Standard]. We ask the Global Forum on Transparency and Exchange of Information for Tax Purposes to identify an appropriate and coordinated timeline to commence exchanges by relevant jurisdictions.”

Disclaimer

In adherence to the Trust Project guidelines, BeInCrypto is committed to unbiased, transparent reporting. This news article aims to provide accurate, timely information. However, readers are advised to verify facts independently and consult with a professional before making any decisions based on this content.

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