Bridge Integration
MPC signing for cross-chain bridge transfers
The Lux Bridge uses MPC for threshold signing of cross-chain transfers. Each bridge transaction requires t-of-n MPC nodes to produce a valid signature.
Flow
- User initiates transfer via Bridge UI
- Bridge API validates and creates intent
- MPC nodes receive signing request via NATS
- Each node produces a threshold signature share
- Shares are aggregated into a valid signature
- Transaction is broadcast to the destination chain