I live to reflect Godโ€™s heart ๐ŸŽš๏ธweb3 enthusiast โ™ค CM and event host @Spicenetio @ThepepperDEX โ™กโ™ค Fullstack Dev and DevRel

Web3.0
I built Ledgerly to answer one question: what should an AI agent be allowed to do with real money? My answer is that it should propose and explain, and it should never be the one that decides. Ledgerly is a treasury agent live on Robinhood Chain mainnet, powered by @openservai's SERV Reasoning. It has four jobs: DCA into tokenized stocks, portfolio rebalancing, contractor payroll, and bill payments. Investors get the first two, and a crypto company's treasury gets the last two. All four go through the same rule engine. One trade, start to finish A DCA plan comes due for NVDA. SERV Reasoning looks at where the price sits in today's range, sees it near the top, and proposes buying at 0.5x. The code clamps every proposal to a fixed 0.5x to 1.5x band, so a bad answer can't inflate a buy. Then a plain function checks the trade against a per-transaction cap, a daily cap, and an approval threshold. If it passes, the trade goes to Uniswap v3 on Robinhood Chain. Before sending, the quote is compared across fee tiers and against Robinhood's own price API, and a pool more than 3% off is rejected as broken. If the trade is above the approval line, it waits for a human, and the caps are checked again at the moment of approval. The ledger then records two things for that trade, kept as separate fields on purpose: Rule: "Within the per-transaction cap, the daily cap and the approval threshold." SERV's explanation: "The price is near the top of today's range, so I would keep the scheduled DCA purchase but at a reduced size." The rule is the fact that decided it, and the explanation is commentary. An auditor can point at one and read the other. Selling and rebalancing I've also run the other direction on mainnet. NVDA had drifted past its target, so the rebalancer proposed selling about $1.37. That was above my approval line, so it was held. I approved it, the caps were re-checked, and it executed: about 0.006086 NVDA through the 0.05% pool at $225.26 against a $225.10 bid. SERV's note on it was that the sale reduces an oversized NVDA position and moves the portfolio toward its targets. Transaction: robinhoodchain.blockscout.coโ€ฆ This is how is used SERV Reasoning: Prompt Guard is always on. Payee names and memos are typed by users and end up in the prompt, so that's a real injection surface. A blocked prompt is never retried without it. Shadow Agent checks every DCA reply against a strict JSON shape and regenerates weak ones. Multipath is on through the model name, on a small model. A cheap model is enough when the model has no authority. Kronos is off on purpose, because it rewrites the prompt and could break the JSON we parse. If reasoning is unavailable, a DCA run falls back to a plain scheduled buy, and the guardrails still apply. Once the model also replied "I can't share that." as a normal answer, and it was logged as if it were an explanation. Now replies that are too short or read like refusals are dropped, and the ledger keeps the plain facts. Robinhood MCP There's a read-only connector for Robinhood's Agentic Trading MCP. Any tool that looks like trading, transferring, or staking is refused by name before it can run, and it's off by default. Against Robinhood's live server I verified OAuth discovery, dynamic client registration, and a PKCE authorization request, and I built a login tool on top of that. But Robinhood brokerage account is restricted on my region so i couldnโ€™t signed in and I was unable to call the MCP tools yet. Live: ledgerly.guru/ Repo: github.com/firmino0/Ledgerly Real funds, small caps, not financial advice. Tell me what to break next. Built for the #SERV Hackathon, Mainnet & MCP track. #BuildonSERV #SERVโ€™ing.
8
6
18
1,519
Ben Softie (evm/spice ๐ŸŒถ,๐Ÿ) retweeted
Dear @openservai, & your incredible community of builders and believers: I have created for you a custom and exclusive Fable Boy skin that you can ONLY CLAIM if you have AT LEAST 1 ethereum:0x40e3d1a4b2c47d9aa61261f5606136ef73e28042 token. Claim is simple, just drop join the TG and also be in Serv's TG! Links below โคต๏ธ
FIVE DAYS. I spent years building before asking anyone to care. September 30, Magpie's Shiny Things and $SHINY launch with @openservai! These doors are opening to players, builders, communities, partners, backers and the curious! launch.openserv.ai/projects/โ€ฆ t.me/+a8nadiFIEFFjOWNh
2
3
25
585
Ben Softie (evm/spice ๐ŸŒถ,๐Ÿ) retweeted
This is the part of Ledgerly I care about most. Two actions are being held, waiting on me. Not sent, not denied, held. Buy NVDA $0.50 and Buy AAPL $0.20. SERV Reasoning proposed both, and a plain-code rule stopped both until I approve. I can sign with my own wallet, let the agent send, or reject. Real funds on Robinhood Chain mainnet, with caps of $2 per transaction and $5 a day. Built on @openservai's SERV Reasoning.
I built Ledgerly to answer one question: what should an AI agent be allowed to do with real money? My answer is that it should propose and explain, and it should never be the one that decides. Ledgerly is a treasury agent live on Robinhood Chain mainnet, powered by @openservai's SERV Reasoning. It has four jobs: DCA into tokenized stocks, portfolio rebalancing, contractor payroll, and bill payments. Investors get the first two, and a crypto company's treasury gets the last two. All four go through the same rule engine. One trade, start to finish A DCA plan comes due for NVDA. SERV Reasoning looks at where the price sits in today's range, sees it near the top, and proposes buying at 0.5x. The code clamps every proposal to a fixed 0.5x to 1.5x band, so a bad answer can't inflate a buy. Then a plain function checks the trade against a per-transaction cap, a daily cap, and an approval threshold. If it passes, the trade goes to Uniswap v3 on Robinhood Chain. Before sending, the quote is compared across fee tiers and against Robinhood's own price API, and a pool more than 3% off is rejected as broken. If the trade is above the approval line, it waits for a human, and the caps are checked again at the moment of approval. The ledger then records two things for that trade, kept as separate fields on purpose: Rule: "Within the per-transaction cap, the daily cap and the approval threshold." SERV's explanation: "The price is near the top of today's range, so I would keep the scheduled DCA purchase but at a reduced size." The rule is the fact that decided it, and the explanation is commentary. An auditor can point at one and read the other. Selling and rebalancing I've also run the other direction on mainnet. NVDA had drifted past its target, so the rebalancer proposed selling about $1.37. That was above my approval line, so it was held. I approved it, the caps were re-checked, and it executed: about 0.006086 NVDA through the 0.05% pool at $225.26 against a $225.10 bid. SERV's note on it was that the sale reduces an oversized NVDA position and moves the portfolio toward its targets. Transaction: robinhoodchain.blockscout.coโ€ฆ This is how is used SERV Reasoning: Prompt Guard is always on. Payee names and memos are typed by users and end up in the prompt, so that's a real injection surface. A blocked prompt is never retried without it. Shadow Agent checks every DCA reply against a strict JSON shape and regenerates weak ones. Multipath is on through the model name, on a small model. A cheap model is enough when the model has no authority. Kronos is off on purpose, because it rewrites the prompt and could break the JSON we parse. If reasoning is unavailable, a DCA run falls back to a plain scheduled buy, and the guardrails still apply. Once the model also replied "I can't share that." as a normal answer, and it was logged as if it were an explanation. Now replies that are too short or read like refusals are dropped, and the ledger keeps the plain facts. Robinhood MCP There's a read-only connector for Robinhood's Agentic Trading MCP. Any tool that looks like trading, transferring, or staking is refused by name before it can run, and it's off by default. Against Robinhood's live server I verified OAuth discovery, dynamic client registration, and a PKCE authorization request, and I built a login tool on top of that. But Robinhood brokerage account is restricted on my region so i couldnโ€™t signed in and I was unable to call the MCP tools yet. Live: ledgerly.guru/ Repo: github.com/firmino0/Ledgerly Real funds, small caps, not financial advice. Tell me what to break next. Built for the #SERV Hackathon, Mainnet & MCP track. #BuildonSERV #SERVโ€™ing.
2
5
22
436
Ben Softie (evm/spice ๐ŸŒถ,๐Ÿ) retweeted
Demand for inference is trending to infinity. Trillions will be managed by the agentic economy, and it cannot scale without reasoning infrastructure. SERV Reasoning is live: openserv.ai Presenting at gm ai v2 in Singapore - come say hi IRL!
State of Onchain AI Narratives > Privacy 2.0 leads in performance in the last 30 days, across FHE, MPC, TEE players @zama, @Arcium, @PhalaNetwork, @nillion > GPU financing has also been performing well with @USDai_Official getting the largest loan (~$129M) yesterday > Robotics looming with catalysts โ€” @peaq x @codecopenflow Machine(.)fun + several Robotics @bittensor subnets incoming > Inference remains the #1 onchain AI narrative across 2026 with @AskVenice consistently growing its platform + DIEM ecosystem, @AskSurplus hitting ATH (~130B+) in daily tokens served, and other players continuing with their product developments (e.g. @engyai, @dphnAI, @openservai) > Bittensor is recovering nicely following the wave of stonk/token pairing meta, dragging the entire ecosystem of subnets upwards in PA > While the Agentic Economy/x402 hasn't found PMF or hit wider adoption this year, it has managed to organic adoption among power users, devs, and startups looking for lower cost, better micro-accounting tools & inferences. Several x402 facilitators (e.g. @PayAINetwork, @daydreamsagents) experienced positive PA as a result > Interestingly, Data is performing well thanks to @grass finally listening to the community, improving its comms, with better revenue transparency, and plans to accrue value back to token holders All in all, possibly one of the most bullish time to be investing + building in onchain AI More analysis on this in the upcoming After Hour EP.74 on Substack this Sunday
5
19
93
2,967
Ben Softie (evm/spice ๐ŸŒถ,๐Ÿ) retweeted
Woke up to CMC quoting my post. Thank you @CoinMarketCap Everything in Bedrock came from one idea, the price is the least interesting field. #BuildwithCMC
๐Ÿ”Ž The point of CMC RWA API Endpoints is not the price. It is everything attached to it ๐Ÿงฑ Who issued this wrapper, what chain it is on, and the filing that backs it ๐Ÿš€ Join the Build with CMC: API Hackathon. Get Free Pro-API and win a Keyboard coinmarketcap.com/alexandriaโ€ฆ
1
1
4
93
Ben Softie (evm/spice ๐ŸŒถ,๐Ÿ) retweeted
Spice Flow is now live on @PareStocks ๐ŸŒถ๏ธ PARE is splitting stocks and dividends into separate tokens on Robinhood Chain. Whether your assets are on @ethereum , @arbitrum , @base , @0xPolygon , @BNBCHAIN , @monad , @citrea_xyz or @RobinhoodCrypto , you can trade on PARE from the chain you're already on. No gas, no bridging, no network switching. Try it now: parestocks.com And a Spice Flow x Pare campaign is coming soon: trade on Pare, earn Spice Points ๐Ÿ”ฅ
New UI. Live now. And Spice Flow is live inside it! Log in with an email. Load up your account with whatever you already hold on @ethereum, @base, @arbitrum , @Polygon , @BNBCHAIN or @monad. No bridge, no wallet switching, no gas token. One signature and it lands in your PARE account. From there, in one screen: โ€ข Buy the S&P 500, Nasdaq 100, Apple or Pfizer at a discount to the share, rate fixed to Dec 2027. 6.6% on Pfizer today. โ€ข Cash out the next 15 months of dividends today and keep the shares. โ€ข Post S&P 500 as backing and borrow dollars against it. Or loop it up to 2.28x in one signature. โ€ข Add to the pPFE/USDG pool. $100 a day in rewards spread over the pool on top of trade fees. New front page too. Less to read, more to see: what PARE is in one line, the live fixed rates, the four contracts, and the app behind it. Spice Flow x PARE campaign coming: trade on PARE, earn Spice Points. Details from @spicenetio soon
120
103
238
7,976
Ayyyy! No more excuses. Time to have some $FUN
ALL chains lead to $FUN ๐Ÿ˜‰ Soon you will be able to compete on fun markets from anywhere your funds are held ๐Ÿค‘
1
2
80
Ben Softie (evm/spice ๐ŸŒถ,๐Ÿ) retweeted
Builders and enterprises will soon pay with $SERV. Use $SERV for discounted rates on SERV Reasoning and other platform services. Expanding $SERV as the native currency powering the SERV ecosystem.
17
56
247
30,179
Ben Softie (evm/spice ๐ŸŒถ,๐Ÿ) retweeted
I built Ledgerly to answer one question: what should an AI agent be allowed to do with real money? My answer is that it should propose and explain, and it should never be the one that decides. Ledgerly is a treasury agent live on Robinhood Chain mainnet, powered by @openservai's SERV Reasoning. It has four jobs: DCA into tokenized stocks, portfolio rebalancing, contractor payroll, and bill payments. Investors get the first two, and a crypto company's treasury gets the last two. All four go through the same rule engine. One trade, start to finish A DCA plan comes due for NVDA. SERV Reasoning looks at where the price sits in today's range, sees it near the top, and proposes buying at 0.5x. The code clamps every proposal to a fixed 0.5x to 1.5x band, so a bad answer can't inflate a buy. Then a plain function checks the trade against a per-transaction cap, a daily cap, and an approval threshold. If it passes, the trade goes to Uniswap v3 on Robinhood Chain. Before sending, the quote is compared across fee tiers and against Robinhood's own price API, and a pool more than 3% off is rejected as broken. If the trade is above the approval line, it waits for a human, and the caps are checked again at the moment of approval. The ledger then records two things for that trade, kept as separate fields on purpose: Rule: "Within the per-transaction cap, the daily cap and the approval threshold." SERV's explanation: "The price is near the top of today's range, so I would keep the scheduled DCA purchase but at a reduced size." The rule is the fact that decided it, and the explanation is commentary. An auditor can point at one and read the other. Selling and rebalancing I've also run the other direction on mainnet. NVDA had drifted past its target, so the rebalancer proposed selling about $1.37. That was above my approval line, so it was held. I approved it, the caps were re-checked, and it executed: about 0.006086 NVDA through the 0.05% pool at $225.26 against a $225.10 bid. SERV's note on it was that the sale reduces an oversized NVDA position and moves the portfolio toward its targets. Transaction: robinhoodchain.blockscout.coโ€ฆ This is how is used SERV Reasoning: Prompt Guard is always on. Payee names and memos are typed by users and end up in the prompt, so that's a real injection surface. A blocked prompt is never retried without it. Shadow Agent checks every DCA reply against a strict JSON shape and regenerates weak ones. Multipath is on through the model name, on a small model. A cheap model is enough when the model has no authority. Kronos is off on purpose, because it rewrites the prompt and could break the JSON we parse. If reasoning is unavailable, a DCA run falls back to a plain scheduled buy, and the guardrails still apply. Once the model also replied "I can't share that." as a normal answer, and it was logged as if it were an explanation. Now replies that are too short or read like refusals are dropped, and the ledger keeps the plain facts. Robinhood MCP There's a read-only connector for Robinhood's Agentic Trading MCP. Any tool that looks like trading, transferring, or staking is refused by name before it can run, and it's off by default. Against Robinhood's live server I verified OAuth discovery, dynamic client registration, and a PKCE authorization request, and I built a login tool on top of that. But Robinhood brokerage account is restricted on my region so i couldnโ€™t signed in and I was unable to call the MCP tools yet. Live: ledgerly.guru/ Repo: github.com/firmino0/Ledgerly Real funds, small caps, not financial advice. Tell me what to break next. Built for the #SERV Hackathon, Mainnet & MCP track. #BuildonSERV #SERVโ€™ing.
8
6
18
1,519
Ben Softie (evm/spice ๐ŸŒถ,๐Ÿ) retweeted
๐Ÿ”Ž The point of CMC RWA API Endpoints is not the price. It is everything attached to it ๐Ÿงฑ Who issued this wrapper, what chain it is on, and the filing that backs it ๐Ÿš€ Join the Build with CMC: API Hackathon. Get Free Pro-API and win a Keyboard coinmarketcap.com/alexandriaโ€ฆ
Two weeks ago I had two "gold" tokens open in CoinMarketCap's RWA API, priced 30x apart. Spent a good while convinced I'd found free money. I hadn't. One was priced per gram, the other per troy ounce. Nothing in the API says that anywhere. So I stopped building a screener. If I can get that wrong looking at raw data, someone scanning wrapper prices on a DEX has no shot. Bedrock ranks live spreads between an asset's wrappers, tells you who issued each one and what chain it's on, and links the SEC filings. Mostly so when a spread looks too good you can find out whether it's real or just a unit mismatch. All off CoinMarketCap's RWA API. #BuildwithCMC #BuildwithCMCAPI Live: bedrock-rygi.onrender.com Repo: github.com/softalpha0/bedrocโ€ฆ Demo: piped.video/68m3FY5H4RU?si=lNwsโ€ฆ
17
3
24
52,488
Ben Softie (evm/spice ๐ŸŒถ,๐Ÿ) retweeted
Most people building AI agents that touch money ask "how smart can we make the model." Wrong question. The right one: what happens the one time it's wrong. #SERVโ€™ing this on Robinhood Chain, powered by @openservai's SERV Reasoning. Something's coming. ๐Ÿ‘€
2
4
15
248
Ben Softie (evm/spice ๐ŸŒถ,๐Ÿ) retweeted
Why Iโ€™m excited to partner with @openserv: they build infrastructure for agents that actually DO things. I build worlds where those agents can play with you. Waypoint, FableBoy, Shiny Things. Just the beginning. Launch: launch.openserv.ai/projects/โ€ฆ TG: t.me/+a8nadiFIEFFjOWNh
2
5
62
7,402
Ben Softie (evm/spice ๐ŸŒถ,๐Ÿ) retweeted
Onchain FX is live on Arc. Nearly $10 trillion moves through FX markets every day, much of it still on rails built for a world that closes at 5pm. StableFX, Circleโ€™s onchain FX engine, is now live on Arc mainnet: โ†’ Settle 24/7: near-instant or deferred to fit your schedule โ†’ Minimize settlement risk: both sides get funded, or neither does โ†’ Reduce operational overhead: contract once, trade with multiple vetted counterparties โ†’ Get competitive pricing through a unified RFQ model The always-on economy needs always-on FX. Itโ€™s being built on Arc. circle.com/stablefx
109
119
689
90,271
Ben Softie (evm/spice ๐ŸŒถ,๐Ÿ) retweeted
The most performant and trustworthy agents in crypto are currently being built on SERV. Agents on > Robinhood > Coinbase > IXS New builders being onboarded, new products being built, new startups being launched. The first builder event of many to come, more serving to come.
Replying to @openservai
Build with SERV Reasoning across four tracks: - Robinhood Mainnet & MCP - Coinbase AgentKit - @IXSFinance RWA Vaults - Open Track Push SERV across RWAs, tokenized stocks, automated trading, and entirely new agentic use cases. Learn more about SERV โ†“ docs.openserv.ai/what-is-serโ€ฆ
7
38
177
6,604
Ben Softie (evm/spice ๐ŸŒถ,๐Ÿ) retweeted
My build submission on dorahacks dorahacks.io/buidl/48943 Thanks for shoutout @emperor_samzy1
Replying to @arc
@arc My homie @TweetBySoft built an online invoice Dapp on Arc network to enable easy payment, professional and better record keeping for freelancers/People into crypto jobs....Do well to check it out.... arc-invoice-pink.vercel.app/
1
1
111
Ben Softie (evm/spice ๐ŸŒถ,๐Ÿ) retweeted
Spicenet community! ๐ŸŒถ๏ธ ๐Ÿ”Š @PareStocks Public Beta Campaign is coming soon to the Spicenet Portal, are you ready anon? ๐Ÿ”ฅ
Coming soon with @spicenetio Most people who want dividends on chain don't hold anything on Robinhood Chain yet. Spice Flow fixes that: pay from ETH, Base, Arbitrum or wherever your money sits, in whatever token, and it lands as a PARE position in one step. Roughly 350k wallets have signed up to Spicenetโ€™s portal. Soon every one of them is one step away from a dividend position on Robinhood Chain. Public Beta Campaign: Coming soon
120
123
300
6,977
Ben Softie (evm/spice ๐ŸŒถ,๐Ÿ) retweeted
Oshi Labs FREE MINT Whitelist Registration is NOW OPEN! โ–ถ๏ธŽ studio.oshi-labs.com Oshi Labs is a blockchain-native animation studio, and we are launching a free mint.
15,118
10,976
9,962
139,514