Tanastok Documentation
Build with Tanastok — the leading platform for tokenizing, managing, and monetizing real-world assets with AI-augmented digital twins.
Introduction
Tanastok is a revolutionary platform that transforms tangible assets into asset-backed, secured, fractionalizable financial instruments. Built on cutting-edge technology including AI-augmented digital twins, post-quantum cryptography, and proprietary blockchain infrastructure.
What We Do
We help asset owners, asset managers, wealth managers, and family offices secure and monetize their illiquid assets.
| Traditional Approach | Tanastok Approach |
|---|---|
| Assets locked, illiquid | Assets value tokenized, monetizable and tradeable |
| Single-owner, all-or-nothing | Fractionalized, accessible |
| Paper certificates, vulnerable | Blockchain-secured, immutable |
| Regulatory friction | Compliance-native architecture |
Quick Start
Get started with Tanastok in under 5 minutes. Follow these steps to create your first tokenized asset.
Install the CLI
# Install via npm
npm install -g @tanastok/cli
# Or using yarn
yarn global add @tanastok/cli
# Verify installation
tanastok --versionConfigure Authentication
# Login with your Tanastok account
tanastok auth login
# Or use an API key
tanastok config set api_key YOUR_API_KEYCreate Your First Asset
# Add a new asset
tanastok assets add \
--name "Vintage Ferrari 250 GTO" \
--type VEHICLE \
--value 48000000 \
--description "1962 Ferrari 250 GTO, chassis #3851GT"
# View your assets
tanastok assets listArchitecture Overview
┌────────────────────────────────────────────────────────────────────┐
│ TANASTOK TECHNICAL STACK │
├────────────────────────────────────────────────────────────────────┤
│ │
│ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ │
│ │ TANASTOK.IO │ │ DATAWALLET+ │ │ DATACHAIN ROPE │ │
│ │ Web Platform │ │ Mobile/Web │ │ Blockchain │ │
│ └────────┬────────┘ └────────┬────────┘ └────────┬────────┘ │
│ │ │ │ │
│ ┌────────┴────────────────────┴────────────────────┴────────┐ │
│ │ SHARED SERVICES LAYER │ │
│ │ • 249 API Endpoints • LIAM/EVA AI Agents │ │
│ │ • 300+ Components • Universal Monitoring │ │
│ │ • Prisma ORM • NFT Certificate Service │ │
│ └───────────────────────────────────────────────────────────┘ │
│ │ │
│ ┌───────────────────────────┴───────────────────────────────┐ │
│ │ DATA & SECURITY LAYER │ │
│ │ • Neon PostgreSQL • Post-Quantum Encryption │ │
│ │ • Supabase • Multi-Chain Support │ │
│ │ • Redis Caching • Federation Governance │ │
│ └───────────────────────────────────────────────────────────┘ │
│ │
└────────────────────────────────────────────────────────────────────┘AI-Augmented Digital Twins (DADT)
At the heart of Tanastok lies our Digital Asset Digital Twin technology — a revolutionary system that creates living, intelligent digital representations of physical assets.
3D Model Generation
DC360 AI engine transforms photos into photorealistic 3D models using custom photogrammetry with 4096px textures.
Blockchain Certification
Each digital twin receives a unique cryptographic hash, certified on-chain with immutable timestamp and ownership record.
Interactive Hotspots
Data tags embedded directly into the 3D model link real-world documents, provenance records, and sensor data.
LIAM AI Orchestration
AI agent autonomously manages the entire digitization, certification, and monetization workflow.
┌─────────────────────────────────────────────────────────────┐
│ DIGITAL TWIN CONSTRUCTOR │
├─────────────────────────────────────────────────────────────┤
│ ① INPUT PROCESSING → ② DC360 AI 3D GENERATION → │
│ ③ DATA TWINNING & TAGGING → ④ BLOCKCHAIN CERTIFICATION │
│ │
│ Result: Certified Digital Asset with unique hash, │
│ NFT token ID, and immutable provenance chain │
└─────────────────────────────────────────────────────────────┘Monetization Programmes
💡 Tokenization is just the beginning. The real value is in the Monetization Programmes.
We've built 96+ monetization scenarios covering every asset class, organized into three strategic pillars:
┌─────────────────────────────────────────────────────────────────────────────┐
│ TANASTOK MONETIZATION PILLARS │
├─────────────────────────────────────────────────────────────────────────────┤
│ │
│ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ │
│ │ PERFORMANCE │ │ INVESTMENT │ │ INTELLIGENCE │ │
│ │ PILLAR │ │ PILLAR │ │ PILLAR │ │
│ ├─────────────────┤ ├─────────────────┤ ├─────────────────┤ │
│ │ • Revenue Share │ │ • Staking │ │ • Data Monetize │ │
│ │ • Yield Farming │ │ • Collateral │ │ • AI Analytics │ │
│ │ • Rental Income │ │ • Pooling │ │ • Prediction │ │
│ │ • Carbon Credits│ │ • Fractionalize │ │ • Market Intel │ │
│ └─────────────────┘ └─────────────────┘ └─────────────────┘ │
│ │
│ Asset Owner earns Investors earn Both parties gain │
│ from asset utility from asset value from data insights │
│ │
└─────────────────────────────────────────────────────────────────────────────┘Monetization Methods
| Method | How It Works | Expected Yield |
|---|---|---|
| Staking | Lock tokenized asset in DeFi protocols | 8-15% APY |
| Collateralized Lending | Use asset as collateral, access liquidity | Keep ownership + 12% APY |
| Revenue Sharing | Earn from asset utilization (rent, lease) | 15-25% performance-linked |
| Fractionalized Sales | Sell partial ownership, retain control | Immediate liquidity |
| Yield Farming | Provide liquidity to asset pools | 18-30% APY |
| Carbon Credits | Monetize environmental impact | $15-50/ton CO2 |
CLI Interface
The Tanastok CLI allows you to manage your assets directly from your terminal. Experience powerful asset management through a modern command-line interface.
Installation
# Install via npm (recommended)
npm install -g @tanastok/cli
# Or install via Cargo (for Rust users)
cargo install tanastok-cli
# Or build from source
git clone https://github.com/KazeONGUENE/tanastok-cli.git
cd tanastok-cli
npm run build && npm linkConfiguration
[network]
api_url = "https://api.tanastok.io"
ws_url = "wss://ws.tanastok.io"
[wallet]
keystore_path = "~/.tanastok/keystore"
default_account = "0x..."
[display]
output_format = "table" # table, json, or yaml
color = trueREST API Reference
The Tanastok REST API provides programmatic access to all platform features. All endpoints are available at https://api.tanastok.io/v1
/api/v1/assetsRetrieve a list of all available assets
// Request
const response = await fetch('https://api.tanastok.io/v1/assets', {
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
});
// Response
{
"success": true,
"data": [
{
"id": "TBG-001-ART",
"name": "Picasso Blue Period",
"type": "FINE_ART",
"value": 5200000,
"currency": "USD",
"status": "ACTIVE"
}
],
"pagination": { "page": 1, "limit": 10, "total": 150 }
}/api/v1/assetsCreate a new asset
// Request
const response = await fetch('https://api.tanastok.io/v1/assets', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
name: 'Manhattan Penthouse',
type: 'REAL_ESTATE',
value: 8500000,
currency: 'USD',
description: 'Luxury penthouse in Manhattan, NYC'
})
});
// Response
{
"success": true,
"data": {
"id": "TBG-002-EST",
"name": "Manhattan Penthouse",
"status": "PENDING_VERIFICATION"
}
}DC FAT Token Economics
Our native utility token (DC FAT) powers the ecosystem, enabling staking, governance, and platform rewards.
| Feature | Specification |
|---|---|
| Genesis Supply | 10 billion FAT |
| Emission Model | Bitcoin-style halving every 4 years |
| Asymptotic Maximum | ~18 billion FAT |
| Block Time | 4.2 seconds |
| Validator Staking | 1M - 100M FAT tiers |
| Green Energy Bonus | Up to 1.25x multiplier |
Datachain ROPE Integration
Tanastok is built on Datachain ROPE — our proprietary post-quantum-secure blockchain specifically designed for asset tokenization.
| Feature | Technology | Why It Matters |
|---|---|---|
| Post-Quantum Cryptography | CRYSTALS-Dilithium3 + Kyber768 | Future-proof security |
| Byzantine Fault Tolerance | Testimony Consensus | Tolerates 6/21 malicious validators |
| Sub-5-Second Finality | Virtual Voting + Gossip | Near-instant confirmation |
| Organic Encryption (OES) | Custom erasure coding | Data sovereignty |
Need Help?
Our team is here to help you build with Tanastok. Reach out through any of these channels.
© 2026 Tanastok. Powered by Datachain Foundation. All rights reserved.