ALL BRIDGE is a production-grade, non-custodial, high-speed cross-chain portal and automated airdrop farming suite connecting Ethereum Sepolia (L1), GIWA Sepolia (Dunamu), INK Sepolia (Kraken), and ARC Testnet (Circle).
cd trinity-bridge
python3 -m http.server 8088Open http://localhost:8088 in your browser.
- Click [Connect Wallet] (MetaMask, Rabby, OKX).
- Select any network from the dropdown (GIWA, INK, ARC, Sepolia) and click [Switch Chain] — MetaMask will automatically register and switch RPC configurations with zero manual entry.
| Network | Entity / Type | Chain ID | Gas Token | Protocol Routing | Explorer |
|---|---|---|---|---|---|
| GIWA Sepolia | Dunamu (Upbit) $1.2B L2 | 91342 |
ETH | OP Stack Native Lock & Mint | GiwaScan |
| INK Sepolia | Kraken Superchain L2 | 763373 |
ETH | OP Stack Native Lock & Mint | InkScan |
| ARC Testnet | Circle Stablecoin L1 | 5042002 |
USDC | Circle CCTP (Burn & Mint) | ArcScan |
| Ethereum Sepolia | Ethereum L1 Testnet | 11155111 |
ETH | L1 Settlement Anchor | Etherscan |
Every cross-chain teleportation executes an automated 0.1% protocol fee split directly into your configured Treasury wallet address.
To update the fee collector wallet, edit app.js (lines 7-11):
const TREASURY_CONFIG = {
feeReceiverAddress: "0xYourWalletAddressHere", // Your personal EVM address
bridgeFeePercent: 0.1, // 0.1% Protocol Fee
minRelayTimeSeconds: 5 // 5-second Instant Finality
};This project is pre-configured with vercel.json.
- Push this directory to your GitHub account:
git init
git add .
git commit -m "feat: launch trinity bridge v1.0"
git remote add origin https://github.com/your-username/trinity-bridge.git
git push -u origin main- Log into Vercel.com → Click [Add New Project] → [Import].
- Live Global Production Domain: https://all-bridge-hub.vercel.app
TRINITY BRIDGE is a decentralized, non-custodial interface. It does not store user private keys or hold custody of funds. All asset movements route via audited on-chain smart contracts.