Skip to content
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

private&fast tx sidechains for any relay/parachain #1187

Open
brenzi opened this issue Feb 24, 2023 · 0 comments
Open

private&fast tx sidechains for any relay/parachain #1187

brenzi opened this issue Feb 24, 2023 · 0 comments

Comments

@brenzi
Copy link
Collaborator

brenzi commented Feb 24, 2023

Motivation

Since a long time we have a working demo and potential product with our private tx demo sidechain

We could take this to a standalone product which could serve any other parachain or relaychain, even accross Kusama or Polkadot. Without the need of any changes to the target runtime we could shield the respective native token into the sidechain and unshield it back. The sidechain would just own and watch an account on the target chain and only simple balance transfers would be possible.

Advantages:

  • We or anyone could deploy and operate sidechains for any para/relay chain as-is without our or the target chain's consent
  • The entire dotsama ecosystem gets an L2 for balance transfers. private and low-latency
  • The sidechain maintains a full reserve on L1. the total supply of the sidechain equals the balance of the sidechain account
  • Later, an upgrade could include EVM/WASM smart contracts which would give private smart contracts to any target chain irrespective of L1 features.

Economics

For best UX, the native token of the sidechain would have to be the native token of the target L1 chain. tx fees would be paid in that token. Revenues could go to the operator of the validateer

The operators of the validateers need to pay fees in TEER on integritee parachain for RA and sidechain finality

Requirements

MVP

MLP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant