Everything you need to build on SSC
Guides, references and concepts for issuing, distributing and managing tokenized Real-World Assets on the Super System Chain — from your first integration to production-grade deployments.
Getting Started
Set up your workspace, connect a wallet and ship your first request to the SSC stack in minutes.
BrowseCore Concepts
How the Super System Chain models real-world assets, identity, custody and the $SSC settlement layer.
BrowseTokenization
Issue, fractionalize and lifecycle-manage tokenized assets — gold (XAU), equities, agriculture and more.
BrowseSmart Contracts
Audited contract standards, deployment patterns and upgradeable templates for compliant asset tokens.
BrowseAPI Reference
Complete REST and webhook reference for assets, orders, custody, identity and settlement endpoints.
BrowseCompliance & KYC
KYC/AML onboarding, jurisdiction rules, transfer restrictions and investor-eligibility controls.
BrowseGuides & Tutorials
Step-by-step walkthroughs — launching a deal, building an investor flow and integrating webhooks.
BrowseFrom zero to first transaction
Four steps to go from an empty workspace to a live, on-chain integration with the Super System Chain.
Create an account & connect
Register on the Investor Platform and connect a compatible wallet to provision your workspace.
Explore the SSC stack
Review core concepts — assets, identity, custody and settlement — and pick the modules you need.
Tokenize or invest
Issue a compliant asset token or subscribe to a curated deal directly from the platform.
Integrate via API
Wire up REST endpoints and webhooks to automate issuance, orders and reconciliation.
# Authenticate, then create a tokenized asset on SSCcurl https://api.ssc.technology/v1/assets/tokenize \ -H "Authorization: Bearer $SSC_API_KEY" \ -H "Content-Type: application/json" \ -d '{"asset_class": "gold","symbol": "XAUC","supply": 100000,"compliance": { "kyc": true, "jurisdiction": "global" }}'# → 201 Created# { "id": "ast_9fK2…", "status": "minting", "chain": "ssc" }
Illustrative request — every endpoint is documented with parameters, response schemas and SDK examples.
View full API referencePopular articles
Issuing your first compliant asset token
A complete walkthrough from asset definition to mint, with the controls regulators expect.
Authenticating with API keys & signatures
Generate keys, sign requests and rotate credentials securely across environments.
Understanding the $SSC settlement layer
How value moves, settles and reconciles across the Super System Chain ecosystem.
Configuring KYC/AML onboarding flows
Set jurisdiction rules, investor eligibility and transfer restrictions per offering.
Deploying upgradeable smart contracts
Use audited templates and safe upgrade patterns for production asset tokens.
Listening to webhooks for asset events
Subscribe to mint, transfer and settlement events to keep your systems in sync.