Several cryptocurrency exchanges are plagued by poor market surveillance, pervasive conflicts of interest and lack sufficient customer protections, the New York Attorney General's office said in a report published on Tuesday.

The study found that online platforms where virtual currencies such as bitcoin can be bought and sold by individuals operate with lower safeguards than traditional financial markets, are vulnerable to market manipulation and put customer funds at risk.
研究发现,比特币等虚拟货币可以被个人买卖的在线平台,比传统金融市场的保护措施更低,容易受到市场操纵,并将客户资金置于风险之中。
"As our report details, many virtual currency platforms lack the necessary policies and procedures to ensure the fairness, integrity, and security of their exchanges," Attorney General Barbara Underwood said in a statement.

As a result of the findings, the attorney general asked New York's Department of Financial Services (NYDFS) to review whether three exchanges might be operating unlawfully in the state.

The attorney general's office launched its Virtual Markets Integrity Initiative in April 2018, asking 13 platforms to voluntarily share information about their practices.

Four platforms did not participate, claiming they did not allow trades from within New York State. The Attorney General's office investigated whether the platforms did operate in the state, and has referred three - Binance, Kraken and Gate.io - to NYDFS. The three platforms could not immediately be reached for comment.

U.S. and international regulators have begun clamping down on malpractices in the cryptocurrency market over the past year as trading in the nascent asset class boomed.
过去一年,随着新兴资产类别的交易蓬勃发展,美国和国际监管机构已开始打击加密货币市场的不当行为。

Two Wall Street regulators last week announced a series of actions, including levying fines(征收罚款), against companies involved with cryptocurrencies, while a New York federal judge ruled a case could proceed in which U.S. securities law was being used to prosecute fraud cases involving cryptocurrency offerings.

The attorney general's report detailed how some of these platforms conduct overlapping lines of business that present "serious conflicts of interest," including trading for their own account on their own venues. Some platforms also issue their own virtual currencies or charge companies to list their tokens.

The study also found that "trading platforms lack a consistent and transparent approach to independently auditing the virtual currency purportedly in their possession", making it "difficult or impossible" to confirm that the exchanges are responsibly holding customer accounts.

Although some platforms police their markets for trading abuses, others do not, the report found.
"Platforms lack robust real-time and historical market surveillance capabilities, like those found in traditional trading venues, to identify and stop suspicious trading patterns," the report said.

L138 Cryptocurrency Exchanges at Risk of Manipulation的更多相关文章

  1. [转]Introduction to Learning to Trade with Reinforcement Learning

    Introduction to Learning to Trade with Reinforcement Learning http://www.wildml.com/2018/02/introduc ...

  2. Introduction to Learning to Trade with Reinforcement Learning

    http://www.wildml.com/2015/12/implementing-a-cnn-for-text-classification-in-tensorflow/ The academic ...

  3. Awesome Go精选的Go框架,库和软件的精选清单.A curated list of awesome Go frameworks, libraries and software

    Awesome Go      financial support to Awesome Go A curated list of awesome Go frameworks, libraries a ...

  4. CodeChef - CRYPCUR

    题目链接 AMRExchange is the latest cryptocurrency exchange that has become very popular among cryptocurr ...

  5. 每日英语:Genetic Manipulation Extends Life of Mice 20%

    By reducing the activity of one type of gene, scientists said they increased the average life span o ...

  6. Risk Adaptive Information Flow Based Access Control

    Systems and methods are provided to manage risk associated with access to information within a given ...

  7. backup, file manipulation operations (such as ALTER DATABASE ADD FILE) and encryption changes on a database must be serialized.

    昨天在检查YourSQLDba备份时,发现有台数据库做备份时出现了下面错误信息,如下所示: <Exec>   <ctx>yMaint.ShrinkLog</ctx> ...

  8. Hololens开发笔记之Gesture手势识别(Manipulation手势控制物体旋转)

    Manipulation gesture:保持点击手势,在3D世界中绝对运动 当你想要全息图像1:1响应用户手部移动时,操纵手势能被用于移动.缩放或旋转全息图像.如此的一个用处是使得用户可以在世界中绘 ...

  9. Hololens开发笔记之Gesture手势识别(Manipulation手势控制物体平移)

    Manipulation gesture:保持点击手势,在3D世界中绝对运动 当你想要全息图像1:1响应用户手部移动时,操纵手势能被用于移动.缩放或旋转全息图像.如此的一个用处是使得用户可以在世界中绘 ...

随机推荐

  1. pandas(三)汇总和计算描述统计

    pandas对象有一些常用的数学和统计的方法,大部分都属于约简或汇总统计. SUM方法 DataFrame对象的sum方法,返回一个含有列小计的Series >>> df = Dat ...

  2. python中math常用函数

    python中math的使用 import math #先导入math包 1 三角函数 print math.pi #打印pi的值 3.14159265359 print math.radians(1 ...

  3. Bytes to be written to the stream exceed the Content-Length bytes size specified 解决方法

    context.Response.ContentType = encode;                using (StreamWriter writer = new StreamWriter( ...

  4. js 改变文章字体大小

    //设置页面文字大小 function SetFontSize(areaid, size) { document.getElementById(areaid).style.fontSize = siz ...

  5. LeetCode:二进制手表【401】

    LeetCode:二进制手表[401] 题目描述 二进制手表顶部有 4 个 LED 代表小时(0-11),底部的 6 个 LED 代表分钟(0-59). 每个 LED 代表一个 0 或 1,最低位在右 ...

  6. java实现简单邮件的发送以及常见问题

    java实现简单邮件的发送以及常见问题 最近遇到个需求需要实现发送邮件的功能,以前做发送邮件功能都是有邮箱用户名密码,通过用户名密码连接对应的SMTP服务器来实现邮件的发送.但是这次用公司内部的邮箱, ...

  7. docker内域名无法解析问题

    进入 Docker 容器后,在 hosts 文件中,配置域名解析. # 进入 docker 容器 docker exec -it my_web /bin/bash # 修改 hosts 文件 vi / ...

  8. CAS单点登录的配置

    先说单点登录是个啥? 单点登录主要用于多系统集成,即在多个系统中,用户只需要到一个中央服务器登录一次即可访问这些系统中的任何一个,无须多次登录. 配置的步骤如下: 1.生成安全证书 Cas serve ...

  9. springboot与redis的无缝整合(分布式)

    参考博客 : https://blog.csdn.net/csao204282/article/details/54092997 1 首先得引入依赖 <dependency> <gr ...

  10. python3:利用smtplib库和smtp.qq.com邮件服务器发送邮件

    python3:利用smtplib库和smtp.qq.com邮件服务器发送邮件 使用qq的邮件服务器需要注意的两个地方主要是: 1.协议问题 使用465端口 SSL 协议 2.口令问题 出现SMTPA ...