SSC logoSSCSuper System Chain
Documentation

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.

Browse

Core Concepts

How the Super System Chain models real-world assets, identity, custody and the $SSC settlement layer.

Browse

Tokenization

Issue, fractionalize and lifecycle-manage tokenized assets — gold (XAU), equities, agriculture and more.

Browse

Smart Contracts

Audited contract standards, deployment patterns and upgradeable templates for compliant asset tokens.

Browse

API Reference

Complete REST and webhook reference for assets, orders, custody, identity and settlement endpoints.

Browse

Compliance & KYC

KYC/AML onboarding, jurisdiction rules, transfer restrictions and investor-eligibility controls.

Browse

Guides & Tutorials

Step-by-step walkthroughs — launching a deal, building an investor flow and integrating webhooks.

Browse
Quick start

From zero to first transaction

Four steps to go from an empty workspace to a live, on-chain integration with the Super System Chain.

1

Create an account & connect

Register on the Investor Platform and connect a compatible wallet to provision your workspace.

2

Explore the SSC stack

Review core concepts — assets, identity, custody and settlement — and pick the modules you need.

3

Tokenize or invest

Issue a compliant asset token or subscribe to a curated deal directly from the platform.

4

Integrate via API

Wire up REST endpoints and webhooks to automate issuance, orders and reconciliation.

request — POST /v1/assets/tokenizeCopy
# 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 reference

Can't find what you need?

Our team and developer community can help with integrations, edge cases and architecture questions.

Documentation — SSC · Super System Chain