Subscription Tiers
Agentik Vault offers three subscription tiers with transparent pricing and flexible scaling:One-time $299 setup fee applies to the first subscription. All plans include a 14-day free trial.
Starter
$49/monthPerfect for building and testing agents
- 5 agent deployments
- 100 API calls per minute
- Email support
- Basic monitoring
- All chain access
- 14-day log retention
- Standard uptime SLA
- Core webhooks
- 2 team members
Pro
$129/month · Most PopularFor professionals and growing teams
- ✨ AI cost optimization (save 60-65%)
- 25 agent deployments
- 1,000 API calls per minute
- Priority email support
- Advanced monitoring & analytics
- All chain access
- 30-day log retention
- Custom domains
- 99.9% uptime SLA
- Advanced webhooks & automations
- Team collaboration (10 seats)
- API access tokens
Team
$349/monthFor large-scale production deployments
- ✨ AI cost optimization (save 60-65%)
- 📊 Custom model routing & analytics
- Unlimited agent deployments
- 10,000 API calls per minute
- 24/7 dedicated support
- Enterprise-grade monitoring
- All chains + custom networks
- Unlimited log retention
- Custom domains + SSL
- 99.99% uptime SLA
- Advanced webhooks & automations
- Unlimited team seats
- On-premise deployment option
On-Chain Subscription Model
Subscriptions are stored on Solana blockchain using Program Derived Addresses (PDAs):tier: Enum (Free = 0, Pro = 1, Enterprise = 2)expiresAt: Unix timestampisActive: Booleanowner: User’s wallet address
Blockchain is the source of truth for entitlement. Backend caches subscription status for performance.
Subscribe to a Tier
1. Check Current Status
Before subscribing, check your current subscription status:2. Subscribe (Frontend)
Call the Anchor program to create/update subscription:3. Backend Verification
After blockchain transaction confirms, backend picks it up via webhook or polling:Subscription Caching
Backend caches subscription state to avoid querying blockchain on every request:Usage Enforcement
Backend middleware validates subscription + usage limits on every request:Upgrade/Downgrade Tier
To change tiers, submit a new subscription transaction:Cancel Subscription
To cancel, submit a cancellation transaction:- Existing instances continue running until expiration
- No new instances can be created
- API access disabled after
expires_attimestamp
Renewal
Subscriptions auto-renew if you maintain sufficient SOL balance:Set up automatic top-ups in your wallet to ensure uninterrupted service.
Check Subscription in API
HTTP Headers
Every API response includes subscription headers:Status Endpoint
Get full subscription details:Troubleshooting
Transaction failed
Transaction failed
- Check you have enough SOL (tier price + ~0.000005 SOL fee)
- Ensure you’re on the mainnet-beta network
- Verify program ID matches deployed program
Subscription not showing after payment
Subscription not showing after payment
- Wait up to 120 seconds for cache refresh
- Force refresh: Call
POST /api/subscription/refresh - Check blockchain explorer for transaction status
Usage limit errors
Usage limit errors
- Check
/api/usage/metricsfor current usage - Upgrade to higher tier if consistently hitting limits
- Limits reset daily at 00:00 UTC
Next Steps
Deploy Instances
Learn how to create and manage AI agent instances

