We are currently developing some features. If you encounter any issues during testing, please leave a message here, and we will resolve them as soon as possible.
π’ How can other companies use VOLX? Six real patterns
1. Clouds / GPU rental platforms β plug capacity in as supply. One command to run the agent; existing capacity becomes on-chain reservable slots. Or wrap VOLX as a verifiability layer in front of their own offering. The protocol is open β our website is just one client, they can bring their own frontend.
2. AI / MLOps platforms β use VOLX as elastic compute. Overflow training queues and peaks to the marketplace; hand their customers immutable execution manifests + signed usage attestations as compliance and audit evidence.
3. Model & dataset marketplaces β distribute via the asset layer. Content addressing + signed capability tokens + P2P transfer at zero hosting cost; provenance edges (derivedFrom) link outputs back to their source assets.
4. Enterprises β private capacity markets. Pool idle GPU workstations and servers: reservations between teams, metered accounting, verifiable end to end, data never leaves the intranet.
5. DePIN / Web3 networks β coordination and verification layer. Capability proofs, time-scoped capacity, execution proofs, slashing β standard EVM contracts deployable to their own chain.
6. Research labs & universities β pool lab machines. Allocate by project and time window with auditable usage.
How they integrate (four ready surfaces)
Contracts: VSlotRegistry / SlashEngine (standard EVM, deployable to any EVM chain)
API: REST /v1 (reserve, jobs, proofs, settlement)
SDK: @vslot/sdk, @vslot/crypto
Agents: vslot-agent / vslot-executor / vslot-consumer-agent
Business models for partners Providers monetize idle capacity Β· platforms differentiate with verifiability Β· integrators build vertical products (video rendering, training, inference) Β· enterprises run internal compute markets.
Honest gaps before partners can go live Public API/SDK docs Β· white-label & multi-tenant frontends Β· production payments (USDC) with compliance hooks Β· SLA & monitoring Β· and the top priority: the full GPU loop.
Public testing β https://t.co/SBtp8njrGV
π§΅ ηΊΏη¨ηοΌ5 ζ‘οΌ
Β· Market-based swaps: Trading and pricing are determined by the market.
Β· Team-funded dividends: The team will utilize tax revenue to provide dividends over the long term.
Β· Objective: To maintain market stability and the long-term ecosystem.
π§ The 7 real pain points of AI users (what we work on every day)
1. Can't get it, can't afford it β your own GPU isn't enough; big-cloud onboarding is heavy (credentials, prepay, idle billing); overseas platforms are hard to reach and hard to pay for.
2. Overclaimed specs & black boxes β the "4090" may be a 3080 or a shared card; whether your job ran, whether it used your image, whether your params were changed β unverifiable.
3. Opaque billing β startup, queueing and environment setup all bill; the meter says what it says, and you can't audit usage.
4. Environment hell β CUDA/PyTorch/driver conflicts; hours to set up, minutes to run; tens of GB of weights re-downloaded; HuggingFace unreachable from some networks.
5. Outputs held hostage β generated video and training weights are slow and expensive to pull; platform storage becomes a hostage situation.
6. Interruption = back to zero β spot instances reclaimed, training restarts from scratch; no progress visibility on long runs.
7. Your data must pass through a third party β models and datasets are an AI team's core assets, yet uploading means accepting scanning and retention risk.
In one line: the pain isn't "no compute" β it's that rented compute is untrustworthy, awkward, and keeps your results.
β How VOLX solves it today
Supply: one-command onboarding for idle GPUs (turn a dusty 4090 into income)
Verifiable: capability proofs + immutable execution manifests + signed usage attestations β no more "trust me"
No overclaiming: exclusive GPU leases (--gpus device=N, never all)
Precise renting: time-scoped capacity + on-chain reservations
No third-party data path: P2P data plane with a consumer-run storage agent β inputs and outputs transfer directly
Cross-border settlement: on-chain USDC + $VOLX bonds/slashing β default has a cost, settlement has no borders
One thing matters most next: completing the full real-GPU loop
Why this?
The whole path works end-to-end today β but on CPU machines with demo-grade jobs (an echoed line). Video generation, AI coding and LLM training all share one prerequisite: GPUs.
Concretely, three pieces:
β Real GPU onboarding & execution GPU detection, exclusive leases and --gpus device=N passthrough are already implemented in the protocol β but never exercised on a real GPU provider.
β‘ Output write-back (the last missing piece) Generated video and training weights must flow straight back to the consumer from the provider's machine. Server and consumer storage agent are ready; the executor-side upload is the final gap.
β’ Model weight channel Video models are 10β50GB while today's input cap is 100MB. Needed: provider-side model caches + large-file transfer, so "how does the model reach the machine" stops being a blocker.
What it unlocks:
From "it runs echo" β "it runs real models": the product stands
Providers start earning, consumers start paying: the market stands
$VOLX's security layer (stake / bonds / slashing) moves from testnet into real use: the token's value base stands
In one line: the GPU loop is where product, market and token value meet.
After that, in order: large model/data channel β live logs & checkpoint-resume (training-ready) β interactive sessions (coding-ready) β real payments & provider auto-listing (scale).
We're in public testing β come run the first workloads β https://t.co/SBtp8njrGV
@spc@Waymo@dmitri_dolgov Deeply informed by the thesis of @spc. We are building @Volxβorchestrating global latent hardware into a production-ready compute fabric for open-source AI. https://t.co/ybpLK3buto
Breaking cloud monopolies. Turning wasted hardware into digital oil for open-source AI pipelines. Empowered by the logic of decentralized compute. π https://t.co/ybpLK3buto
Deeply inspired by @spcβs "Requests for Curiosity". You asked about the future of scaling bottlenecks, and we built the @Volx (https://t.co/Fl7YKDe372) β weβre orchestrating global idle hardware into a secure, production-ready compute fabric for open-source AI.Turning wasted assets into digital oil.
5/ What kinds of hardware and software advances will make AI compute more scalable and sustainable?
Massive CapEx spend on data centers, GPUs, and power generation reveal the limitations of the current AI hardware stack, well before anything like AGI. Combined with growing public backlash, you would expect growing pressure for innovation.
- What new opportunities do the economics of data centers (rare earth inputs, construction, permitting, etc.) create?
- What AI infrastructure will people be fine with, and what will face regulatory barriers?
- Whatβs the next great compute paradigm?
- Are there novel environments (the tundra? space? the moon?) better-suited for new kinds of compute infrastructure?
Reach out to @JPBrebner
π§ What's left before VOLX is production-ready β and where $VOLX's long-term value comes from
β Live today: browser reserve β on-chain activation β isolated execution on a real machine β signed usage proof β on-chain settlement.
π¬ Video generation: 1. GPU validation on real hardware Β· 2. Output write-back (server + consumer agent done; executor upload is the last piece) Β· 3. Model-weight channel (10β50GB vs a 100MB zip cap) Β· 4. Live logs Β· 5. CUDA/PyTorch templates
π» AI coding: 6. Interactive sessions (Jupyter / VS Code / SSH) Β· 7. Persistent workspace Β· 8. Port exposure
ποΈ LLM training: 9. Checkpoint & resume Β· 10. Persistent storage Β· 11. Multi-day windows Β· 12. Multi-node/multi-GPU Β· 13. Training monitoring
π§± Cross-cutting: 14. Env value management Β· 15. Provider auto-listing Β· 16. Image push flow Β· 17. Real payments Β· 18. Storage/bandwidth billing Β· 19. Job orchestration Β· 20. Egress/proxy Β· 21. Security audit Β· 22. Mobile wallet
π $VOLX long-term value: it is the security layer of the marketplace, not a fee token
Stake = supply: every listed machine must stake $VOLX β more listed capacity, more locked supply
Bonds = demand: every reservation locks consumer and provider bonds in $VOLX β more concurrent rentals, more locked supply
Slashes = deflation: breaches are slashed and split on-chain into victim compensation + insurance pool + protocol treasury + burn (burn bps verifiable on-chain)
Insurance pool = trust capital: slashes feed the pool β stronger payouts β higher-value workloads (GPU training) become safe to serve β more stake required (flywheel)
Treasury & governance: the protocol share funds the treasury; policy parameters (min stake, bond ratios, split & burn bps) are on-chain configurable and can move to token governance
In one line: rented capacity Γ collateral ratio = the base for $VOLX value. Rentals settle in USDC; $VOLX prices the cost of "who dares to default."
The testnet currently runs in testMode (0 stake / 0 price); these economics activate in production. Mechanics only β not investment advice.
Guide β https://t.co/SBtp8njrGV $VOLX CA: 0xb59a4652bff153d4e62c034b62db416de5c6ca9a
VOLX is entering public testing π§ͺ
The protocol now runs end-to-end on a live testnet: real chain, real machines, real container execution.
What you can do today: marketplace search β wallet-signed reserve β on-chain activation β isolated container execution (digest-pinned images) β output hashes + provider-signed usage attestation β on-chain completion.
π₯οΈ As a consumer: add the network (RPC https://t.co/xZ7ydyCN3D, chain 31337) β grab 1 test ETH at https://t.co/SBtp8niTRn β pick a slot β sign in β Reserve live β confirm β Activate β run a job β inspect the proof β Complete.
βοΈ As a provider: Provider β Onboarding, copy the one-command installer β run it (installs Docker if needed, wallet key stays local) β VERIFIED in ~30s β get test ETH β register on-chain β publish a slot (price 0).
Testnet notes: no real value Β· the chain may reset while we iterate Β· report issues on X.
Full guide: https://t.co/VJfCqBfdG7
$VOLX CA: 0xb59a4652bff153d4e62c034b62db416de5c6ca9a
8/8
The full loop ran on real hardware: a Mac joined with one command, a browser wallet reserved on-chain, the job executed in Docker, output hashes verified, reservation completed on-chain.
Not done yet: GPU workloads on real GPU providers, output write-back. But the foundation is verifiable.
In one line: From "trust me" to "verify me."
VOLX β Verifiable Machine Capacity.
https://t.co/Fl7YKDe372
6/8
P2P data plane, no cloud storage. The server holds metadata and signs capabilities β it never stores bytes. Providers pull inputs directly. Outputs flow straight back to the consumer. Data sovereignty by design.
6/8
P2P data plane, no cloud storage. The server holds metadata and signs capabilities β it never stores bytes. Providers pull inputs directly. Outputs flow straight back to the consumer. Data sovereignty by design.
5/8
How is this different from Akash, https://t.co/PaoJy5NHEw, or Render?
They solve coordination and payment.
Volx solves correctness.
They rely on reputation or TEE.
Volx relies on cryptographic proofs and on-chain collateral.
From "trust me" to "verify me."
5/8
How is this different from Akash, https://t.co/PaoJy5NHEw, or Render?
They solve coordination and payment.
Volx solves correctness.
They rely on reputation or TEE.
Volx relies on cryptographic proofs and on-chain collateral.
From "trust me" to "verify me."
4/8
Economically constrained β consumer bonds, provider bonds, and stake are escrowed on-chain. Breaches are slashed automatically. Trust is not reputation. It is collateral.
4/8
Economically constrained β consumer bonds, provider bonds, and stake are escrowed on-chain. Breaches are slashed automatically. Trust is not reputation. It is collateral.
3/8
Verifiable execution β every job binds an immutable manifest: image digest, command, resources, window, GPU lease, nonce. Output hashes are computed (keccak256 of stdout and stderr), plus a provider-signed usage attestation. Proofs are computed, not claimed.
3/8
Verifiable execution β every job binds an immutable manifest: image digest, command, resources, window, GPU lease, nonce. Output hashes are computed (keccak256 of stdout and stderr), plus a provider-signed usage attestation. Proofs are computed, not claimed.
2/8
Three chains of proof:
Verifiable capability β on join, a machine auto-detects its hardware, produces canonical JSON, hashes it, signs it with its own wallet, and registers on-chain. You rent a verifiable commitment, not a description.