L138 Cryptocurrency Exchanges at Risk of Manipulation
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的更多相关文章
- [转]Introduction to Learning to Trade with Reinforcement Learning
Introduction to Learning to Trade with Reinforcement Learning http://www.wildml.com/2018/02/introduc ...
- Introduction to Learning to Trade with Reinforcement Learning
http://www.wildml.com/2015/12/implementing-a-cnn-for-text-classification-in-tensorflow/ The academic ...
- 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 ...
- CodeChef - CRYPCUR
题目链接 AMRExchange is the latest cryptocurrency exchange that has become very popular among cryptocurr ...
- 每日英语: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 ...
- Risk Adaptive Information Flow Based Access Control
Systems and methods are provided to manage risk associated with access to information within a given ...
- 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> ...
- Hololens开发笔记之Gesture手势识别(Manipulation手势控制物体旋转)
Manipulation gesture:保持点击手势,在3D世界中绝对运动 当你想要全息图像1:1响应用户手部移动时,操纵手势能被用于移动.缩放或旋转全息图像.如此的一个用处是使得用户可以在世界中绘 ...
- Hololens开发笔记之Gesture手势识别(Manipulation手势控制物体平移)
Manipulation gesture:保持点击手势,在3D世界中绝对运动 当你想要全息图像1:1响应用户手部移动时,操纵手势能被用于移动.缩放或旋转全息图像.如此的一个用处是使得用户可以在世界中绘 ...
随机推荐
- ansible判定文件或者文件夹是否存在
ansible 的常用模块中没有判定当文件存在或者不存在时,执行某个执行 使用下面方法能简单判定某个文件是否存在 --- - name: judge a file or dir is exits sh ...
- java return redirect
return “/user/new” 或 return “/user/edit” 如果new页面有下拉(举例)组件,在return之前如果没有准备select所需要的数据,则return到new的页面 ...
- PAT 天梯赛 L1-048. 矩阵A乘以B 【数学】
题目链接 https://www.patest.cn/contests/gplt/L1-048 题意 给出两个矩阵,先判断两个矩阵能不能相乘,如果可以,就输出相乘 结果,如果不行 则按格式输出erro ...
- Web层辅助工具类
Java web开发中经常用到的一些方法: import java.io.BufferedReader; import java.net.InetAddress; import java.net.Un ...
- hadoop19---动态代理
Action调用service里面的方法,动态代理:改变方法的实现在方法前后加逻辑不是加新方法. 在学习Spring的时候,我们知道Spring主要有两大思想,一个是IoC,另一个就是AOP,对于Io ...
- Linux工作管理 jobs、fg、bg、nohup命令
概述 在Linux 中我们登陆了一个终端,已经在执行一个操作,可以通过一定的操作或命令在不关闭当前操作的情况下执行其他操作. 例如,我在当前终端正在 vi 一个文件,在不停止 vi 的情况下,如果我想 ...
- 图像运动去模糊(Motion Deblurring)代码
http://blog.csdn.net/qianliheshan/article/details/12853157 http://www.di.ens.fr/~whyte/ Efficient De ...
- HDU4635
/* 最终添加完边的图,肯定可以分成两个部X和Y,其中只有X到Y的边没有Y到X的边, 那么要使得边数尽可能的多,则X部肯定是一个完全图,Y部也是, 同时X部中每个点到Y部的每个点都有一条边,假设X部有 ...
- systemverilog interface杂记
随着IC设计复杂度的提高,模块间互联变得复杂,SV引入接口,代表一捆连线的结构. Systemverilog语法标准,新引入一个重要的数据类型:interface. interface主要作用有两个: ...
- float 为什么可以表示很大的整数
1.float型:单精度浮点数在机内占4个字节,用32位二进制描述(注意:计算机中1个字节=8位). 2.浮点数在机内用指数型式表示,分解为:数符,尾数,指数符,指数四部分. 3.可以算出float型 ...