Zynk
Getting StartedProduct GuidesAPI ReferenceFAQ'sRecipes
Getting StartedProduct GuidesAPI ReferenceFAQ'sRecipes
  1. Continuum - Wallet Infrastructure
  • Transformer - Cross Border Transfer
    • Overview
    • Customers & Identity
      • Entities/Customers
      • About KYC/KYB
      • RFI Scenarios for Customers
      • Identity Rejection Reasons
    • Accounts & Wallets
      • External Accounts(To be deprecated soon)
      • Fetch Requirements for External Accounts V2
      • External Accounts V2
      • Funding Accounts
      • About Plaid Integration
    • Transfers
      • Transfer in Action
      • Addition transfer requirements
      • Counterparty Risk details
      • Limits and Minimums
      • Fee details
    • Miscellaneous
      • Bank Codes
      • Supported chains and currencies
      • Partner payments signature generation
      • Reserves requirements
      • Partner Payments
      • Status updates - Webhooks
  • Transporter - Automated Liquidity Manager
    • Overview
    • Visibility Protocol
    • Instant credit process - How it works
  • Teleport - Pay-In Accounts
    • Overview
    • About Teleport routes
  • Warp - Pay-Outs
    • Overview
  • Continuum - Wallet Infrastructure
    • Overview
    • Authentication
    • Continuum APIs
    • Transactions on Continuum
    • Details on generating signatures
  • Orbit - Yield on real-world transactions
    • Overview
  1. Continuum - Wallet Infrastructure

Overview

Zynk’s Continuum enables instant wallet creation, unified liquidity access, and real-time balance visibility—bridging traditional finance with reliability, compliance, and speed.
The Continuum APIs are designed for partners who want to provider their end users global financial rails without friction. It abstracts complexity, ensuring that moving value between fiat and stablecoins, or between jurisdictions, is as fluid as moving data.
Continuum provides endpoints for managing non-custodial wallets and performing secure wallet operations using a two-step challenge–response pattern for sensitive flows. It covers wallet provisioning, account setup, passkey management, sessions, balances, and transaction utilities—organized into Two-Step Process APIs and Single-Step APIs.

Supported Chains#

SOLANA ✅
ETHEREUM — Coming soon
ARBITRUM — Coming soon
POLYGON — Coming soon

Key features of Continuum#

Unified Wallets
Manage user balances across currencies, chains, and partners with a single API layer.
Instant Value Access
Real-time creation, top-up, and withdrawal operations across the Zynk ecosystem.
Secure Identity Layer
Each wallet is mapped to a KYC-verified entity, ensuring traceability and compliance.
Programmable Liquidity
APIs can be automated to allocate, replenish, or transfer liquidity dynamically based on real-time transaction flow.

Key Concepts#

ConceptDescription
EntityRepresents a verified individual or business onboarded through KYC/KYB.
WalletThe account layer for storing value, tied to an Entity. Each wallet supports multiple currencies or chains.
BalanceReal-time view of funds available, blocked, or pending within the wallet.
TransferThe act of moving funds — internally or externally

API Design Principles#

Predictable Structure: Every endpoint follows a consistent RESTful format.
Event Transparency: Each action triggers webhook updates, ensuring state synchronization across systems.
Security First: Endpoints require either the partner-level x-api-token or end-user wallet authentication (detailed in the Auth section).

Security model at a glance#

Two-step pattern for sensitive actions
1.
Prepare — the server returns an unsigned challenge payload
2.
Submit — the client signs the challenge and submits it
This ensures client-side signing and minimizes key exposure.
Sessioned operations for OAuth / Email / SMS auth methods (temporary signing credentials).
Passkey (WebAuthn) support as a secondary method for strong, device-bound authentication.
Modified at 2025-10-28 13:54:41
Previous
Overview
Next
Authentication
Built with