Skip to content

Commit 0518201

Browse files
author
EIL docbot
committed
Add WeissChannels cross-chain extension section to README
1 parent 1c6b669 commit 0518201

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,17 @@ contract MyAccount is BaseAccount {
130130
}
131131
```
132132
133+
# Cross-Chain Extension
134+
135+
This repository serves as the foundation for **WeissChannels**, a protocol enabling single-signature, atomic cross-chain execution via ERC-4337. WeissChannels allows users to sign once and execute operations across multiple L2s simultaneously, secured by optimistic dispute resolution on Ethereum L1.
136+
137+
Key capabilities:
138+
- Single Merkle-root signature authorizes operations on multiple chains
139+
- Permissionless liquidity providers front gas and assets on destination chains
140+
- No custodial intermediaries - users retain control throughout
141+
142+
See the [eil-contracts repository](https://github.com/eth-infinitism/eil-contracts) for the implementation and [WeissChannels whitepaper](https://github.com/eth-infinitism/eil-contracts/tree/main/docs/whitepaper) for the full protocol specification.
143+
133144
# Resources
134145
135146
- [Homepage](https://www.erc4337.io/)

0 commit comments

Comments
 (0)