v0.11.0-rc1 - Multi-currency businesses
Pre-releasev0.11.0-rc1 — Agents with permanent storefronts and multi currency offerings
Permanent storefront URLs, and cheaper remote inference providers, allows for agent businesses to improve their retention and profit margins.
This is a release candidate for Obol's upcoming v0.11.0. This release introduces a number of alternative upstream inference providers for the stack, including Openrouter, Venice, NVIDIA NIM, NVIDIA GMI, Novita, and Hugging Face. This release also secures and simplifies the setup of persistent CloudFlare tunnels for your agents, such that you can get them selling on a permanent domain with ease. Check out the guide for doing so here.
Get started selling services from your stack with obol sell demo to sell a basic hello-world service, and if you have a capable model setup (locally or remotely, use obol model setup), run obol sell demo quant to sell a basic Obol Agent that can answer on-chain queries. Tag @Obol_Collective on X with your storefront URL and maybe we'll check it out. 👀
Once the demos work, your next step is to build your own agent businesses. What alpha will you create, package, and sell to the growing agentic economy? A Polymarket sharp, a Bankr Bot analyst, a Uniswap Unicorn, an expert on all things Base, or your favourite DeFi app? You show us. Read more about selling services in our docs, and send your feedback and feature wishlist here.
Note
Base Sepolia ETH faucet · Base Sepolia USDC faucet. This release also wires a Base Sepolia OBOL faucet for testing OBOL-priced offers.
Important
Upgrading an existing stack? Pre-existing clusters must be recreated — this release line changed how cluster volumes are owned. See Breaking changes / Migration notes before running obol stack up with the new CLI.
Warning
This software is early alpha, you could lose what you put in. Please use caution when it comes to non-testnet assets.
Install / Upgrade
# Install this release
OBOL_RELEASE=v0.11.0-rc1 bash <(curl -s https://stack.obol.org)
# Run the stack
obol stack init && obol stack up
# Sell something
obol sell demo
# Setup a remote model unless your local one is fast enough
obol model setup
# Now sell a demo agent that leverages that model
obol sell demo quant
# Chat with your agent, (maybe tell it to buy one of its services to see it work)
obol hermes chat
# Next hand over to your Claude, install the skills, and make an agent business of your own
claude
/plugin marketplace add ObolNetwork/skills
/plugin install obol@obol
"Help me sell a service on the Obol Stack that agents will pay for."What's Changed
- chore(deps): update ethereum el/cl client updates by @github-actions[bot] in #604
- chore(network): bump ethereum reth image to v2.3.0 by @bussyjd in #652
- feat: sell and buy services in multiple currencies + networks by @OisinKyne in #655
- chore(frontend): bump obol-stack-front-end image to v0.1.27 by @HananINouman in #660
Full Changelog: v0.11.0-rc0...v0.11.0-rc1

