Anybody who is interest in creating such an asset like below? if it is possible?
example; Asset issuer creates BTCEUSD asset with qty 10,000 (equating to 10,000 'shares/tokens' of 1 BTC- EUSD and total value of 10,000 USD) . They make sure to keep a balance of min 10,000 USD in BTC-E exchange
The issuer would show a public API key and publish this with read-only query privileges enabled in the asset description area to demonstrate they hold full reserves of USD
This can be transparently verifiable by public. example below
{
"success":1,
"return":{
"funds":{
"usd":10000,
"btc":0,
"sc":0,
"ltc":0,
"ruc":0,
"nmc":0
},
"rights":{
"info":1,
"trade":0
},
"transaction_count":0,
"open_orders":0,
"server_time":xxxxxxx
}
}
Users, at any time can visit a website and redeem the number of shares for BTC-E vouchers amounting to the corresponding BTCEUSD they hold. (maybe they would first select amount and provide mail address, then sign a message stating number of shares to be transferred, then make the transfer, voucher would then be mailed to them)
This way, the users could trade in/out of USD seamlessly on DEX whilst still keeping BTC off-exchange. and not being exposed to the associated risks that brings. Of course they would still be at mercy of trusting the issuer will always give redemption of these USD, with trusted persons managing the assets this risk could be negated somewhat.
is it even technically achievable to do this using counterparty?