CyxWiz LogoCyxWiz
DocsBlockchain

Blockchain Integration

CyxWiz uses blockchain technology to enable trustless payments and incentive alignment in the distributed compute network.

Overview

The blockchain integration provides:

CYXWIZ Token

Native platform currency

Escrow Payments

Secure job payments

Node Staking

Reputation and priority

Reputation System

Trust scoring

Governance

Future DAO features

Blockchain Choice: Solana

CyxWiz uses Solana as the primary blockchain for:

FeatureSolana Advantage
Speed400ms finality
Cost~$0.00025 per transaction
Throughput65,000+ TPS
Smart ContractsRust-based programs
EcosystemStrong developer tools

CYXWIZ Token

Token Specification
NameCyxWiz
SymbolCYXWIZ
StandardSPL Token (Solana)
Decimals9
Supply1,000,000,000 (1B)
Token Utility
Compute PaymentPay for training jobs
Node StakingStake for job priority
Reputation BoostHigher stake = higher trust
GovernanceVote on protocol changes
Model MarketplacePurchase/sell models

Payment Architecture

+------------------+                      +------------------+
|   CyxWiz Engine  |                      |   Server Node    |
|   (User/Client)  |                      |   (Worker)       |
+--------+---------+                      +--------+---------+
         |                                         |
         | 1. Submit Job + Payment                 |
         v                                         |
+--------+---------+                               |
| Central Server   |                               |
|                  |                               |
| 2. Create Escrow |                               |
|    on Solana     |                               |
+--------+---------+                               |
         |                                         |
         | 3. Assign Job                           |
         +---------------------------------------->|
         |                                         |
         |                                         | 4. Execute Job
         |                                         |
         |<----------------------------------------+
         | 5. Report Completion                    |
         |                                         |
         | 6. Verify & Release Escrow              |
         |                                         |
         +---------------------------------------->|
           7. Payment Released                     |
                                                   v
                                           Node Wallet
                                           (90% of payment)

Payment Distribution

When a job completes successfully:

RecipientPercentagePurpose
Node (Worker)90%Compute compensation
Platform10%Protocol maintenance

Staking Tiers

Nodes can stake CYXWIZ tokens to increase reputation and gain priority:

TierStake AmountBenefits
Bronze1,000 CYXWIZBasic priority
Silver10,000 CYXWIZMedium priority, 1% bonus
Gold100,000 CYXWIZHigh priority, 3% bonus
Platinum1,000,000 CYXWIZTop priority, 5% bonus

Supported Wallets

Phantom

Full Support

Solflare

Full Support

Backpack

Full Support

CLI Wallet

Full Support

Network Configuration

NetworkRPC URLUse
Devnethttps://api.devnet.solana.comDevelopment
Testnethttps://api.testnet.solana.comTesting
Mainnethttps://api.mainnet-beta.solana.comProduction

Development Setup

# 1. Install Solana CLI
sh -c "$(curl -sSfL https://release.solana.com/v1.17.0/install)"

# 2. Configure for Devnet
solana config set --url https://api.devnet.solana.com

# 3. Create Keypair
solana-keygen new -o ~/.config/solana/id.json

# 4. Request Airdrop (Devnet)
solana airdrop 2