Thanks to Kelvin Fichter, vi and conversations with Dharma, Connext, Bounties Network and Spankchain.
Research on blockchain scaling is all very exciting, but implementations of scalability solutions like payment channels, Plasma or sidechains must also facilitate acceptable user experience; otherwise blockchains risk being scaled for an adoption that never occurs.
Although decentralized technology provides users with greater opportunities, user acquisition/conversion from centralized, incumbent platforms will only occur if user experience is comparable, if not better. Thus, we must bridge the gap between cryptographically secure and economically incentivized mechanisms, and the reasonable expectations and payment behaviors of users.
L2 Capital Requirements
Many emerging mechanisms rely on some kind of collateralization or capital lock-up that can be slashed in the case of malicious activity. This disincentivization makes sense to mitigate bad behavior of operators, network validators and users but also poses threats to usability. Frankly, any kind of lock-up for basic functions can impede user experience.
For Plasma implementations, a few examples of lock-up or capital-induced “events” include:
- Deposits into Plasma contract
- Transactions between UTXOs on Plasma chain
- Exit bonding or piggyback bonding (collateralizing the attestation of chain exits / withdrawals,
re: More Viable Plasma) - Plasma chain withdrawals
While depositing into a Plasma contract is adequate UX parallel with digital wallet top-up or prepaid payment models; “bonding” or lengthy withdrawal periods are not and can create significant psychological costs.
When a user wants to exit or withdraw from the Plasma chain (e.g., if the chain goes bad or to transfer funds to another Plasma or sidechain), they must bond themselves (provide a small collateral), that acts as a disincentive for bad behavior (such as attempting to exit or withdraw an invalid UTXO).
Current estimates of Plasma withdrawals are ~7-14 days, as funds go through a sort of “escrow” when being exited from a Plasma chain to the rootchain. This escrow is conditional on a successful challenge period, where the transaction is deemed valid if no conflicting proof is provided.
If the user is good (valid transaction), they will have their bonds returned and their funds withdrawn, yet psychological costs prevail. We can alleviate these costs by introducing liquidity or debt providers that “buy” user bonds or fast withdrawals), by providing the funds required and earning interest on the service. *Caveat: who pays for the interest? Depending on the design, the operator, watcher, wallet provider or user could pay. For example, the Plasma smart contract could presupose lending, so a user’s fast withdrawal could be their UTXO withdrawal value minus interest.
Plasma Debt
There are three potential debt options that vary in their trust models:
1. Trustless: lender for bonds or fast withdrawals downloads the Plasma chain and lends necessary funds only if the exit / withdrawal is valid.
2. Semi-Trusted / Cryptoeconomically Incentivized: lender relies on a third-party “attester” to download the Plasma chain. To ensure the attester doesn’t grief the lender, they would also have to bond themselves for their attestation.
The value of the attester’s bond would have to equal the value of the Plasma bond or fast withdrawal, however this could require a lot of capital depending on the size of the exit / withdrawal. So perhaps more likely, the attester would put up a bond smaller than the Plasma transaction, but would require an underwriter to assess the risk of the transaction and minimize the lender’s potential loss of funds.
Note: the attester, Plasma operator, watchers, users and the overall chain consensus mechanism would all need to be underwritten.
3. Fully-Trusted: lender sits on the rootchain and requires an underwriter to assess the risk of the transaction. Lender assumes full risk but trusts the underwriter, Plasma operator, watchers and users.
Only the trustless option is secure for lenders, as loans won’t be issued unless the transactions are confirmed to be valid. Semi-trusted and fully-trusted models would require underwriters but still wouldn’t 100% guarantee loan repayment.
A Plasma debt mechanism could ensure that users never have to understand the concept of “bonding” and they can receive their withdrawals as quickly as possible, limited by the rate of rootchain finality. Lenders don’t have to be traditional debt providers but could be Plasma operators, watchers, wallets or service providers. Alternatively yet more aggressively, if a user fully collateralizes their exit / withdrawal, a bond wouldn’t be necessary and fast withdrawal would be guaranteed.
Other L2 Liquidity Considerations
In addition, payment channel, Plasma or sidechain implementers may require liquidity or debt solutions to facilitate exchange and acceptance of multiple currencies, to enable interoperability.
Payment Channels
- Liquidity or exchange for multi-currency payments in a state channel or channel hub
- Collateralization instead of HTLCs to secure funds in a payment channel hub
Plasma / Sidechains
- In-Plasma / sidechain liquidity or exchange for multi-currency payments
- Liquidity or exchange on rootchain, linked to Plasma or sidechain contract
These can be executed by L2 implementers developing their own in-house exchange mechanisms (e.g., state channel / hub exchange, Plasma or sidechain exchange like OMG Network DEX) or integration with on-chain liquidity, exchange or debt relayers.
Conclusion
We must remember that with everyday users, decentralization vs. centralization is a competition for attention, based on convenience, usability and benefits of products/services - not necessarily the underlying technology or the ideologies behind it. New classes of debt and liquidity mechanisms may become tools to create acceptable user experiences across layers of blockchain infrastructure.