TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Unum – a cryptocurrency worth $1

9 点作者 impostervt超过 7 年前

3 条评论

impostervt超过 7 年前
I&#x27;ve long felt that a price-stable cryptocurrency is vital to increased acceptance of cryptocurrency by businesses and the public at large. There are a few solutions to this problem out there, but, in my opinion, they are either too centralized (and require too much trust) or they&#x27;re too complicated. I wanted something simple, distributed, and trustless, so I made Unum.<p><a href="https:&#x2F;&#x2F;unum.one" rel="nofollow">https:&#x2F;&#x2F;unum.one</a><p>Unum is implemented as an ERC20 token smart contract on the Ethereum Blockchain. If you send in $20 worth of Ether, you get 20 Unum. If you send in $100 worth of OMG, you get 100 Unum. Whatever you send in is held in reserve by the smart contract. I can&#x27;t touch it, and you can exchange your Unum into any currency held in the reserve whenever you&#x27;d like. Both buying and selling Unum incurs a 0.05% fee, which I plan to use to pay for the Ether needed to maintain the USD price oracle contract that&#x27;s used to maintain the dollar peg. For every $100 you send, $0.05 is held as a fee.<p>Right now Unum is deployed on the Ethereum Ropsten testnet. I&#x27;d love feedback on the contract itself, which is on Github, and on the website. You can buy and sell Unum on the Ropsten network today if you have MetaMask through the Unum website. Buying and selling is done directly on the blockchain, there is no backend to the unum website itself. If you&#x27;d prefer, you can also use Mist to interact with the Contract directly.<p>I plan to move to the main Ethereum network soon, baring any major bugs being found.<p>If you&#x27;re interested more in my thinking behind Unum, you can read the blog post, below, or just ask any questions here.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;UnumOne&#x2F;unum" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;UnumOne&#x2F;unum</a><p><a href="https:&#x2F;&#x2F;medium.com&#x2F;unum&#x2F;from-many-unum-8c8493a8db9d" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;unum&#x2F;from-many-unum-8c8493a8db9d</a>
评论 #15793391 未加载
评论 #15793444 未加载
评论 #15793711 未加载
seanwilson超过 7 年前
&gt; Whenever a user buys or sells Unum through the Unum Smart Contract, the current US dollar value of the exchanged cryptocurrency is found on another smart contract, called the Price Oracle. The Price Oracle is constantly being updated with the current average price of crypto-currencies. This price oracle allows Unum to maintain it&#x27;s link to the US dollar.<p>Cool project! How do the updates work? There&#x27;s a server somewhere running a scheduled task that pulls in the prices and pushes the average. How often does it run? What if it fails to run? Can the lag between the average price given by the Price Oracle and the actual average be taken advantage of in terms of making money?
评论 #15796174 未加载
hidiegomariani超过 7 年前
How does it differ from tether (<a href="https:&#x2F;&#x2F;tether.to&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tether.to&#x2F;</a>) ?