Compliant tokens, enforced on-chain
Fairway is a policy manager for CIP-113 programmable tokens on Cardano. It pairs Plutus V3 validators with an off-chain KYC oracle so issuers can mint, transfer, and burn tokens under rules that are guaranteed at the protocol level.
What makes it different
Compliance lives in the validators, not in a backend you have to trust.
Oracle-Gated KYC
Identity verification is enforced by an off-chain oracle whose signature is required at mint, transfer, and burn time.
On-Chain Rules
Blacklists, whitelists, and admin policies are encoded directly in Plutus V3 validators — no off-chain trust required.
Smart Receivers
Each (policy, recipient) pair resolves to a unique script address, so token custody is always programmable.
CIP-777 Metadata
Mints carry Fragma RWA metadata: attestation hashes, tokenomics, and admin keys for verifiable provenance.
Token lifecycle
From policy creation to live circulation in three stages.
Define a Policy
Pick a token name, set blacklists/whitelists, and nominate admin keys. The app applies parameters to the rule and mint scripts.
Deploy & KYC
Stake credentials are registered on-chain. Users go through the KYC flow, and the oracle co-signs eligible mint requests.
Mint, Transfer, Burn
Tokens live at smart receiver addresses. Every movement is checked against the policy rules at the protocol level.
Built on
- Standard
- CIP-113 + CIP-777
- Smart Contracts
- Plutus V3 (Aiken)
- SDK
- Mesh + FluidMesh
- Frontend
- Next.js 15, React 19
- Provider
- Maestro
- Wallets
- CIP-30 (Eternl, Nami, Flint, ...)