Chainlink is a local CCIP-style cross-chain bridge for the WoWGPT ledger stack. It quotes a hop, locks value on the source chain, attests the move, and mints on the destination. Bitcoin, Ethereum, Hashgraph, and WoW Token balances actually change.
Open /chainlink (or /wlink). With Chromie loaded, that is a live DApp page (dapp://chainlink / addon://Chainlink). Without Chromie, the same bridge UI floats as a native window (/chainlink float).
The page
The interface is a bridge, not a feed list:
- From / To — chain chips for Bitcoin (BTC), Ethereum (ETH), Hashgraph (HBAR), and WoW Token (WOWT), with live balances and online/offline state
- Amount — typed amount plus Max; Swap reverses the route
- Quote — oracle rate, protocol fee (30 bps), ETA, and route (
Bitcoin → SLP → Ethereum) - You receive — destination amount after the fee
- Recipient and optional CCIP message
- Networks, oracle feeds, and activity — connected chains, local prices, and hop history (lock → attest → mint → finalize)
- Fund / Send msg / Transfer — testnet-style faucet, message-only hops, and lock-and-mint
How a transfer works
- Quote from local Chainlink feeds (BTC, ETH, HBAR, WOWT, gold, realm, LINK). These are notes, not live markets.
- Lock — Semantic Ledger Protocol clearing debits the source (Bitcoin burns UTXOs, Ethereum debits accounts, Hashgraph spends HBAR, WoW Token burns WOWT).
- Attest — Hashgraph gossips the hop and records it on a Chainlink CCIP topic.
- Mint — clearing credits the destination token to the recipient.
- Finalize — Blockchain appends lock/mint, Smart Contracts settle a BridgeOracle contract, Token Market records the movement, and peer addons refresh.
Other DApps can request a hop over the bus (bridge.request). Chainlink also publishes oracle.feed, bridge.lock, bridge.attest, bridge.mint, bridge.message, token.transfer, and token.mint, and answers oracle.request.
Commands
/chainlink quote <from> <to> <amount>/chainlink bridge <from> <to> <amount> [recipient]/chainlink message <from> <to> <text>/chainlink chains · /chainlink history · /chainlink set|latest|request|feeds|status
Chain names accept bitcoin/btc, ethereum/eth, hashgraph/hbar, wowtoken/wowt.
This is a standalone WoW addon (Retail and Classic flavors). It works alone. Install Semantic Ledger Protocol plus the chain DApps if you want balances to move. None of these addons read another addon’s SavedVariables.

