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:
| Feature | Solana Advantage |
|---|---|
| Speed | 400ms finality |
| Cost | ~$0.00025 per transaction |
| Throughput | 65,000+ TPS |
| Smart Contracts | Rust-based programs |
| Ecosystem | Strong developer tools |
CYXWIZ Token
Token Specification
| Name | CyxWiz |
| Symbol | CYXWIZ |
| Standard | SPL Token (Solana) |
| Decimals | 9 |
| Supply | 1,000,000,000 (1B) |
Token Utility
| Compute Payment | Pay for training jobs |
| Node Staking | Stake for job priority |
| Reputation Boost | Higher stake = higher trust |
| Governance | Vote on protocol changes |
| Model Marketplace | Purchase/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:
| Recipient | Percentage | Purpose |
|---|---|---|
| Node (Worker) | 90% | Compute compensation |
| Platform | 10% | Protocol maintenance |
Staking Tiers
Nodes can stake CYXWIZ tokens to increase reputation and gain priority:
| Tier | Stake Amount | Benefits |
|---|---|---|
| Bronze | 1,000 CYXWIZ | Basic priority |
| Silver | 10,000 CYXWIZ | Medium priority, 1% bonus |
| Gold | 100,000 CYXWIZ | High priority, 3% bonus |
| Platinum | 1,000,000 CYXWIZ | Top priority, 5% bonus |
Supported Wallets
Phantom
Full SupportSolflare
Full SupportBackpack
Full SupportCLI Wallet
Full SupportNetwork Configuration
| Network | RPC URL | Use |
|---|---|---|
| Devnet | https://api.devnet.solana.com | Development |
| Testnet | https://api.testnet.solana.com | Testing |
| Mainnet | https://api.mainnet-beta.solana.com | Production |
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