-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New BSIP discussion: Backing a Market Pegged Asset with multiple assets as collateral #100
Comments
Margin calls? |
Good point, I covered force settlement from the perspective of the shorter & settler, but didn't cover the margin call mechanism. The example JSON suggested different levels of MCR for different backing assets, but assuming it's set to 200% (configurable by asset owner) then once a shorter has fallen below the minimum collateral ratio the backing collateral would have to be traded against the MPA to buy back their debt from the open market. If you have a basket of multiple assets you're using as backing collateral, which backing asset would you be forced to sell to buy back your debt? If your debt is $50 and you've got $10 in 5 different collateral assets then you'd have to sell across 5 markets, however if you had $5000 in BTC backing, and $10 in LTC backing, would you still be forced to sell the $10 from LTC and $40 from BTC or aught it go for most valuable individual backing collateral? Horrible pseudocode for selling most collateralized positions first.
Could alternatively sort by ascending order to sell off least valuable collateral first? That would go in line with the least collateralized position rule in force settlement. What do you think, @abitmore ? |
This BSIP is good to attract a lot of investors from other coins but the prerequisite is we need to have Atomic Swap / Side Chain first. |
I don't think this will make big sense, MPA is defined as trustless asset, but the value of a UIA always depend on the credit of the issuer so is not a good back collateral. |
@bangzi1001 AFAIK a major concern with current ACCT proposals are that such deposited assets aren't divisible, so if it was used as collateral an user couldn't settle $1 into $1 of ACCT BTC (rather only the whole deposited BTC 'chunk' could be claimed). If you could claim such backing collateral in a divisible manner then that'd be far more ideal and would qualify the MPA an L1 as opposed to L0 (since UIA backing has no proven collateral on blockchain like BTS). I don't agree with limiting multi-asset MPAs to atomic-swapped/side-chained assets, there are alternative use cases that may prevent, besides, UIAs are allowed as backing assets for MPA. |
Using UIA as an MPA's backing collateral has always been possible via the CLI & it's now possible via the UI so we'll probably see UIA backed MPA being created in the near future. This BSIP isn't on the topic of allowing UIA as backing collateral (since it's possible already), but rather allowing multiple assets as a single MPA's backing collateral (e.g. an index backed by all smartcoins, an USD settle-able into a portfolio of assets, USD backed by multiple gateway's EBAs, etc). There is certainly risk associated with using UIA|EBA (not sidechained|atomic) as the backing collateral for an MPA (Layer 0) - you have to trust that the gateway's backing collateral actually exists and that it won't be issued fraudulently by a malicious actor. An asset owner could limit their EBA selection to those with auditable backing collateral, or simply limit backing asset selection to BTS|L1-MPA which don't have these risks. On the matter of requiring 'absolute trust' in centralized entities, it's pretty clear given the marketcap of competitor stablecoins (such as Tether) and the large quantity of new centralized stablecoin projects (USDC) that users are willing to take such centralization risks given that their alternative scenario is potentially sustaining large losses holding crypto during a large downtrend. Perhaps if UIA are used for an multi-asset MPA then there should be the ability to rate limit issuance and potentially block further issuance with a specific UIA (in the case of an gateway being hacked). If you're concerned about users misunderstanding the an MPA's collateral layer, then that's something that could be solved in the UI, no? |
I think this would be great but there probably needs to be some sort of 'accreditation'/check before a gateway is included - maybe the gateways should also have to report the BTC wallet(s) they are using on chain so that they can be checked? Could even have a deposit type scheme which is forfeited if they're found not to have the backing. All getting a bit more involved to coordinate but I'm a big fan of us having more liquidity through integrated assets. |
This would be at the discretion of the MPA creator/owner - they could configure whatever combination of verified/unverified uia/mpa/eba for their multi asset MPA. |
I think this should be the main development direction! We maybe need to solve:
|
I see a specific use case along this line that controls some of the potential complications. I would like to create the MPA AAAA.XRP that is backed by BTS or MPA's AAAA.USD or AAAA.BTC. A single party would be the owner of both the loaned instrument and the backing instrument. That same party would provide price feeds for both as MPA. In this use case I would like to be able to provide price feed to AAAA.XRP in dictionary format for each of the 3 backing instruments of AAAA.XRP. When user borrows AAAA.XRP he would then choose ONE backing instrument and all settlement / margin call related issues would associate to that one instrument. A user could separately create a second or third loan contract - unrelated to the first - for AAAA.XRP but with one of the other backing instruments. That settlement would be associated only with that backing. Does this tight use case resolve some of the concerns mentioned? |
In general a BitAsset that is backed by multiple assets would have better liquidity. The use case that @litepresence described makes some sense. Currently we have to create 3 different BitAssets for the use case, each with a different symbol and backing asset, that's a mess when trading the 3 tokens with other assets. The more realistic issue for BitShares is the ecosystem. Not like Ethereum which has lots of native tokens being traded in the market, there aren't many native tokens in the BitShares ecosystem -- only the core token and a few BitAssets backed directly or indirectly by it which rely on a strong core token, all others are trust-based (but nowadays people even hesitate to use gateways). The reason is BitShares is not (yet) a smart contract platform. That's why all the comments lead to cross-chain things. |
Abstract
Enable configuring multiple assets as backing collateral for an MPA.
Motivation
Currently you can only configure one asset (BTS, UIA or MPA) as the backing collateral for an MPA, so if you want to back an USD MPA with a BTC UIA then you need to do this on an individual gateway basis which would result in many identical purpose MPA.
Current smartcoin supply is dwarfed by the marketcap of USDT, we need to think of ways of increasing supply of MPA such as multi-asset backing to attract shorters from other cryptocurrencies.
Rational
Specifications
Example JSON configuration of an MPA backed by multiple assets:
Discussion
Summary for Shareholders
Copyright
MIT licensed.
See Also
https://steemit.com/bitshares/@cm-steem/draft-bsip-backing-an-mpa-with-multiple-assets
https://whaleshares.io/bitshares/@customminer/draft-bsip-backing-an-mpa-with-multiple-assets
The text was updated successfully, but these errors were encountered: