You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
1
# Liquyn Swap
2
2
3
-
A minimal, mobile-first bridge dApp for swapping and bridging from any chain to Hyperliquid. Built for the Hyperliquid Hackathon.
3
+
A minimal, mobile-first bridge dApp for swapping and bridging from any chain to Hyperliquid, with privacy bult in as standard. Built for the Hyperliquid Hackathon.
@@ -64,6 +66,35 @@ import { DepositToHyperliquid } from './components/deposit/DepositToHyperliquid'
64
66
65
67
→ All bridging to **Hyperliquid** (Chain ID: 999)
66
68
69
+
## Privacy Mode
70
+
71
+
Enable **Privacy Mode** to break the on-chain link between your source wallet and Hyperliquid account using [Railgun](https://www.railgun.org/).
72
+
73
+
### How it works
74
+
75
+
1.**Shield** - Your tokens are encrypted into Railgun's private pool
76
+
2.**Bridge** - Funds are privately bridged to the destination chain
77
+
3.**Unshield** - Tokens are delivered to your Hyperliquid wallet with no traceable link
78
+
79
+
### Supported Privacy Chains
80
+
81
+
Privacy routing is available through these Railgun-supported networks:
82
+
83
+
| Chain | ID |
84
+
|-------|-----|
85
+
| Ethereum | 1 |
86
+
| Arbitrum | 42161 |
87
+
| Polygon | 137 |
88
+
| BNB Chain | 56 |
89
+
90
+
**Starting from any chain?** No problem! If you're bridging from a non-Railgun chain (like Sonic, Base, or Avalanche), your funds will automatically bridge to a Railgun-supported chain first, then go through the privacy flow.
91
+
92
+
### Privacy Considerations
93
+
94
+
- Adds ~5-15 minutes to transaction time for shielding/unshielding
95
+
- Small additional fees for Railgun relayer services
96
+
- Uses zero-knowledge proofs - your transaction details remain private
97
+
67
98
## LI.FI Integration
68
99
69
100
Sonic and all other source chains are fully integrated with LI.FI for:
0 commit comments