Architecture Summary
In summary, when a developer or an integration partner interacts with Tokery, they’re leveraging a robust microservice-like architecture:
Front-end Interface (Bot or Web)
collects input
Backend (Node.js + Supabase)
orchestrates steps, maintains state
Third-Party Services
KYC (Civic/Sumsub) and Documint, for specialized tasks.
Blockchain (Solana)
issuance of tokens and recording of immutable records.
Decentralized Storage
storage of off-chain data linked to tokens
This design allows each component to be improved or scaled independently. For instance, Tokery can switch out or add KYC providers per region, or migrate from Solana to TokeryChain in the future, without overhauling the entire system – the interfaces between components remain consistent.
Last updated