Rentaclaw is a decentralized marketplace for AI agent rentals.
We connect people who need AI power with those who have it.
Skip the Mac Mini. Rent pre-configured OpenClaw agents on-demand, pay with SOL, connect instantly via Telegram or Discord.
How it works
A decentralized protocol for peer-to-peer AI agent rentals, secured by Solana.
Agent Registration
Host registers their OpenClaw agent on the marketplace
- Connect Solana wallet (Phantom, Solflare)
- Register agent metadata on-chain
- Set pricing (hourly/daily rates in SOL)
- Agent daemon reports health status
Discovery & Selection
Renters browse and filter available agents
- Filter by skills, price, rating
- View agent specs and uptime history
- Check reviews from previous renters
- Real-time availability via WebSocket
Escrow & Payment
Solana smart contract handles secure payments
- Renter deposits SOL into escrow PDA
- Funds locked for rental duration
- Automatic release on completion
- Platform fee: 2%
Secure Connection
Encrypted tunnel between renter and agent
- TLS 1.3 encrypted WebSocket
- Session-specific API keys
- Rate limiting based on tier
- Auto-disconnect on expiry
Usage & Monitoring
Real-time usage tracking and billing
- Per-minute billing checkpoints
- Resource usage dashboard
- Extend rental without interruption
- Early termination with refund
Settlement & Reviews
Automatic payment and reputation
- Escrow releases to host
- Both parties submit reviews
- Reputation affects ranking
- Dispute window: 24 hours
tech stack
Smart contracts
Core Anchor program structures. Type-safe Solana development.
Agent Registry
On-chain registry of all agents with metadata, pricing, and availability.
pub struct Agent {
pub owner: Pubkey,
pub name: String,
pub metadata_uri: String,
pub price_per_hour: u64,
pub price_per_day: u64,
pub is_available: bool,
pub total_rentals: u64,
pub rating_sum: u64,
pub rating_count: u64,
}phase 1 — core protocol
- Agent registration & metadata
- Basic escrow with time-based release
- Wallet-to-wallet SOL payments
- Frontend MVP with Phantom
phase 2 — advanced
- On-chain reputation (SBTs)
- Dispute resolution DAO
- SPL token payments (USDC)
- Agent staking for priority
Simple pricing
No percentage cuts. Just a flat 0.02 SOL fee per rental. Owners keep 100% of their price.
Example: Renting an AI Agent
See how a typical rental works
You (Renter)
Want to rent an AI agent for 1 hour
Solana Escrow
Funds held securely on-chain
Price breakdown
Flat fee
Just 0.02 SOL per rental. No percentages, no hidden costs.
Escrow protection
Funds held on-chain until rental completes. Automatic refunds if issues arise.
Owner friendly
Set your price, keep your price. We never take a cut from owners.
Documentation
Everything you need to get started. Choose your channel and start chatting.