Loved seeing teams at Frontier building with agents and Swig.
Features like enforceable spend limits and revocable session keys are powering the next generation of agentic trading and payments apps.
The @Solana Frontier Hackathon product directory is live!🏔️
Frontier was the largest crypto hackathon ever & one of the largest in tech history with 2,857 submissions.
Winners and Colosseum's next accelerator startups will be announced next month.
https://t.co/5GCj6uXvsU
Built x9 for @colosseum SolanaFrontier hackathon . It is an autonomous trading agent on Solana that executes your strategy without broadcasting it. The core problem is that every swap you submit hits the mempool publicly before it confirms, which means anyone watching can front-run your entry or copy your pattern before you are even filled.
The agent runs on its own. @AnthropicAI Claude reads live prices from @CoinGecko, calculates RSI, and decides whether to act. @JupiterExchange handles the routing. @vanishTrade sends each swap through a one-time wallet so the execution cannot be traced back to your address or your position.
After each trade executes, @goldrushdev verifies it actually settled onchain before the agent marks it complete. Not trusting the RPC, not assuming it worked. Actually querying live chain state. The decision log writes the full reasoning in plain English for every action the agent takes.
@ikadotxyz dWallet signs every trade authorization via MPC threshold signing. @onswig enforces onchain spend limits before any transaction reaches the chain. @MetaplexFndn Core mints each agent as an onchain NFT. @bonfida SNS registers a .sol domain on every deploy. @Dune tracks all trade activity. @phantom handles wallet-based deployment.
All these integrations are live integrations, all wired to real production endpoints. The proof page at https://t.co/yDW3OOoMGC has verifiable evidence for every one of them, including actual function calls and transaction IDs from mainnet.
7/ On send, we run APIs created on @space_operator_ to record the signatures onchain. These APIs can now be used by others unbundling the backend; hey https://t.co/msGwk98dVI!
@OnSwig to create a user wallet and if needed a document wallet (hey agents!)
@UmbraPrivacy for private payments
@SolanaFndn attestation program for onchain records
One big unanswered question is "how will users prove who they are onchain?"
It's increasingly clear that programmable wallets will be the foundation.
Managing access to dapps. Executing via role-based permissions. Building onchain reputation. Serving as the identity layer.
These primitives should be deeply composable to be effective. Particularly as the marginal crypto user quickly becomes agentic.
More from us on this soon.
Our developer resources now have a dedicated page on the @colosseum platform!
We also shipped a skill so you can work with an agent to find the best resources for your project.
Put your agents to work with Swig.
Giving agents programmable smart wallets has never been easier:
☑️ Swig MCP for wallet provisioning + role management
☑️ MPP sessions for in-channel transactions
☑️ SolClaw as a flexible smart wallet agentic harness
Get started today👇
1/ @Solana's Frontier Hackathon has commenced!🏔️
🌍 Crypto's largest online startup competition
💰 $2.5 million from Colosseum's venture fund
🌉 Up to 10 startups accepted into our accelerator
🏁 Product submissions due by May 11, 2026
Join: https://t.co/6GVqmKOtbL
Genuinely high energy at yesterday’s Solana @x402 NYC meetup. Spaces are always cramped in the city, but this standing-room only event felt different.
Focused builders discussing the future of agentic payments. Actionable demos that offered a glimpse into where the world is going.
Agentic payments are just the tip of the spear as we collectively rush to rewire finance onchain.
Obviously every single agent will need a wallet to transact and manage state in this new world. Whether humans are in the loop or the agent is a fully self-sovereign actor.
This is the mission that we are laser-focused on with @OnSwig. Programmable wallets for programmable intelligence.
Swig now supports sessions for the Machine Payments Protocol on Solana.
Granular onchain policies give headless merchants real guardrails in payment channels. Spend limits, agent budgets, and delegated sessions.
Smart wallets are fueling the rise of agentic commerce onchain.
Solana now supports the Machine Payments Protocol @mpp by @stripe and @tempo.
If you're building an API that needs to accept payments, @solana/mpp SDK handles any stablecoin on Solana (Spl, Token2022).
If you’re already building with MPP, Solana is now a supported payment rail.
Solana is built for agentic payments.
SolClaw x Swig
SolClaw agents can now use Swig smart wallets. Access dozens of Solana apps direct from Telegram or WhatsApp with one integration.
30+ skills bring rich context to agents. Isolated containers for security. Set policies from the CLI for strong agentic boundaries.
Introducing the Swig MCP server (https://t.co/phqh8wQqqF)
Agents can now trade onchain with Swig smart wallets.
Give your agents tightly scoped permissions in simple terms:
▪️Add authorities & roles
▪️Set spend limits
▪️Set program limits
Use Claude or your favorite client.