Token Precompiles

Reads are LIVE from the WayChain node. Writes go through the web signer (confirm-gate + ephemeral key). Note: token transfer is not a top-level write on WayChain — see per-token notes.

BIJO · BinaryJournal

0x0000…0014
Your Balance
Total Supply
Transfers
BIJO transfer is NOT a top-level write — it requires EVM contract routing (caller context), which isn't deployed yet. The real user-governance write is enableTransfers (flips the network transfer flag).

1WAY · WayStablecoin

0x0000…0022
Total Supply
Your Vault
Pegged to BTC via the TwoWayVault bridge. createVault is the entry write — requires Dox_Dev Level 2+ (verified in chain source).

SWAY · Stability/Staking

0x0000…0024
Your Balance
Total Supply
SWAY has no transfer precompile — balances move via burn (your own) and DEX/2WAY mint. You can burn your SWAY below.

SwapRoute · DEX

0x0000…0025
Pair Exists
Reserves
Swaps require a connected wallet signer (web signer port pending).