Implementing Plasma Debit. Very experimental, still no spec for conciseness.
Currently supports partial withdrawals where a user will get a and the operator v-a.
If the operator cheats and submits an earlier nonce they can get challenged and forfeit the whole coin in a similar fashion to how the whole value inside a payment channel goes to the challenger if they win the dispute. Response still not impemented but will require the op to prove that a tx with a higher nonce was either signed by the user or was the one included in the block in question (probably?)
Also supports liquidity injections by the operator in a coin
Implementing Plasma Debit. Very experimental, still no spec for conciseness.
Currently supports partial withdrawals where a user will get
a
and the operatorv-a
. If the operator cheats and submits an earlier nonce they can get challenged and forfeit the whole coin in a similar fashion to how the whole value inside a payment channel goes to the challenger if they win the dispute. Response still not impemented but will require the op to prove that a tx with a higher nonce was either signed by the user or was the one included in the block in question (probably?) Also supports liquidity injections by the operator in a coin