Nunabotnunabot
Live on Solana mainnet

Request compute.
Pay per job.

Nunabot is a Solana-native GPU bot protocol. Ask for inference, generation, analysis, automation, or market processing straight from a bot — Nunabot handles pricing, routing, execution tracking, and on-chain settlement. Same program, your dashboard or your Telegram chat.

Prefer Telegram? @nunagpubot →

Nunabot mascot
<8s
JOB DISPATCH TIME
1.5–3%
FLAT FEE · NO SURPRISES
420+
GPUs IN THE NETWORK
100%
NON-CUSTODIAL & ON-CHAIN
$NUNAContract
Buy $NUNA on pump.fun
Built with
SolanaAnchorJupiterx402Telegram

Nunabot is a bot-first compute marketplace on Solana. Anyone can request AI tasks like inference and generation. Anyone can supply idle GPUs and earn for every job they run. Anyone can hold $NUNA to earn 10% of network fees, settled automatically. And any AI agent can pay for compute and continue its workflow — autonomously.

Three ways to plug in

Every job pays.
Pick your side of the network.

REQUEST COMPUTE

Ask a bot · get results

Submit inference, generation, analysis, automation, or market-processing jobs straight from chat. Nunabot prices the work, routes it to a GPU, tracks execution, and returns your output.

Run a job →
✦ SUPPLY GPUs · EARN

Rent out idle compute

Connect a GPU and Nunabot fills it with paid jobs. You earn per completed task in SOL and build a reputation score from uptime, speed, and execution quality.

Become a provider →
★ AGENT LAYER

Programmable execution

AI agents request GPU power, pay per task via x402, receive outputs, and continue their workflows autonomously — no API keys, no accounts, no custody.

Read agent docs →
The protocol

Open infrastructure.
No gatekeepers.

An Anchor program on Solana that powers a permissionless GPU marketplace, an on-chain reputation oracle, and an agent-native payment layer. Every rule is enforced by the smart contract — not by us.

Bot-first job intake

Users and agents submit tasks through a single bot interface. Nunabot parses intent, estimates cost, and opens a job — no dashboards required.

Smart routing & pricing

A matching engine prices each job and routes it to the best-fit GPU by capability, latency, and provider reputation. Quotes are deterministic.

Permissionless GPU supply

Any provider can connect idle compute and start earning. No staking gate, no whitelist — reputation is earned through completed jobs.

On-chain reputation oracle

Uptime, speed, reliability, completed jobs, and execution quality are scored and written on-chain. Better scores win more work and better pay.

On-chain payment settlement

Every job settles in SOL on Solana. Funds escrow on submission and release on verified completion — non-custodial end to end.

Agent-native via x402

Agents pay per task with the x402 payment standard — no API keys, no accounts. The first programmable compute layer for the AI-native internet.

nunabot-marketplaceAnchor program on Solana
// Permissionless settlement — any verified GPU can fulfill
pub fn settle_job(ctx: Context<SettleJob>) -> Result<()> {
let job = &mut ctx.accounts.job;
let provider = &mut ctx.accounts.provider;
 
// Verify the GPU returned a valid result hash
require!(job.result_hash == ctx.accounts.proof.hash,
NunaError::InvalidResult);
 
// Split escrow: provider payout + protocol fee
let fee = job.amount
.checked_mul(pool.fee_bps as u64)
.unwrap() / 10_000;
// Release SOL to provider, bump reputation score
provider.score = provider.score.saturating_add(1);
...
}
On-chain reputation

Every job builds your reputation.
Portable. Verifiable. Yours.

Nunabot writes a 300–850 reputation score to an on-chain oracle for every GPU provider. Deliver fast, accurate jobs with high uptime and your score climbs. Drop jobs or go offline, it falls. Higher scores unlock more work and better pay — and your reputation follows your wallet, wherever it goes.

BRONZE

300–499

SILVER

500–649

GOLD

650–749

PLATINUM

750–850

Supported GPUs

RTX 4090H100 SXMA100 80GBL40SRTX 5090MI300XH200A6000V100T4RTX 4080L4
Non-custodialOn-chain reputationBot-first jobsx402 agent paymentsInference & generation1.5–3% flat feePay per taskLive job trackingSolana mainnetPermissionless GPUsNon-custodialOn-chain reputationBot-first jobsx402 agent paymentsInference & generation1.5–3% flat feePay per taskLive job trackingSolana mainnetPermissionless GPUs
The marketplace

Liquid compute for the
AI-native internet.

Turn scattered GPU capacity into an accessible, reputation-based network. Request a job, supply a GPU, or wire up an agent — it all settles on Solana.