Close Menu
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain
  • Web 3
    • NFT
    • Metaverse
  • Regulation
  • Analysis
  • Learn
  • Blog
What's Hot

Aiden adds audit-ready reporting and policy controls for Windows enterprises amid increasing cybersecurity pressures

2026-06-04

ampersend and TRM Labs launch real-time compliance screening for AI agents

2026-06-04

Why it’s time to pay attention to Solana before it repeats itself in 2024

2026-06-04
Facebook X (Twitter) Instagram
  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
Facebook X (Twitter) Instagram
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain

    ampersend and TRM Labs launch real-time compliance screening for AI agents

    2026-06-04

    Securitize introduces the first onchain private credit fund on TRON

    2026-06-04

    Cardano fuels Brazil’s Olympic technology push with blockchain and AI

    2026-06-04

    The movement centers on stablecoin payments as the layer 2 boom loses momentum

    2026-06-04

    Cardano partners with Token Terminal to improve access to on-chain data

    2026-06-03
  • Web 3
    • NFT
    • Metaverse
  • Regulation

    Bank of England stablecoin caps may choke the UK’s pound-token market before launch

    2026-06-03

    Europe is actively trying to stop the takeover of the dollar stablecoin

    2026-06-01

    How a disputed $1 billion claim became a powerful weapon against prediction markets

    2026-05-31

    The US says it has captured Iran’s cryptocurrency with a $1 billion seizure

    2026-05-31

    Hyperliquid’s HYPE rally is bigger than a new all-time high

    2026-05-31
  • Analysis

    Wedbush’s Dan Ives sees 30% upside for ‘mispriced’ Mag 7 stock, says AI could reach monetization stage in coming months

    2026-06-04

    Ethereum price dips below $1,800, leaving the bulls on the ropes

    2026-06-04

    Rumor had it that Zcash stopped working

    2026-06-04

    Rumor had it that Zcash stopped working

    2026-06-04

    XRP Price Takes Another Hit as Bitcoin-Led Weakness Spreads Across Crypto

    2026-06-04
  • Learn

    Best Cryptos with Real-World Utility to Buy in 2026

    2026-06-04

    Williams %R Indicator in Crypto: How to Use %R in Crypto Trading

    2026-06-03

    What Is a Semi-Fungible Token? SFT Crypto Explained

    2026-06-02

    Pennant Chart Pattern in Crypto: How Bullish and Bearish Pennants Work

    2026-06-02

    Head and Shoulders Crypto Pattern: How It Works and How to Read It

    2026-06-01
  • Blog
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
Home»Blockchain»Trump-backed AgentPay SDK v0.2.1 from WLFI is live – here’s what’s changed
Blockchain

Trump-backed AgentPay SDK v0.2.1 from WLFI is live – here’s what’s changed

2026-04-04No Comments5 Mins Read
Share
Facebook Twitter LinkedIn Pinterest Email

Financial world freedom ($WLFI) has issued AgentPay SDK v0.2.1, an update that extends the open-source AI agent payment toolkit to support x402 and MPP (Machine Payment Protocol) HTTP payment flows, while also expanding support for EIP-3009 signing and adding Tempo mainnet compatibility.

What is AgentPay SDK?

Think of AgentPay SDK as a wallet and payment system built specifically for AI agents, not humans.

When an AI agent performs a task, it often needs to pay along the way: retrieving data from a paid API, accessing a service, or completing a machine-to-machine transaction. Without a purpose-built payment layer, that agent can’t do the work or must hand over control to a third-party system to process the money.

AgentPay solves that. It gives the agent their own wallet, a set of spending rules defined by the operator, and the ability to sign and send payments locally without having to contact $WLFI or a third party. The agent can spend money, but only within the limits set by the operator.

SDK stands for Software Development Kit, which is essentially a suite of tools that developers use to build or extend software. In this case, the kit includes a command-line interface (CLI), a local signing daemon, a policy engine, and a skillset that connects the wallet to agent hosts such as Claude Code, Codex, and OpenClaw.

What changed in AgentPay SDK v0.2.1?

The original AgentPay SDKreleased around March 21, gave AI agents a local, self-perpetuating runtime for setting up wallets, policy-based transfers, and human approval checkpoints. Version 0.2.1 builds on that foundation by allowing agents to pay directly for API access and HTTP-native services, without relinquishing control to the operator.

See also  Soneium integrates Transak to accelerate global onboarding

All transactions are processed $USD1, $WLFI‘is dollar-pegged stable currencyof which, according to DefiLlama, approximately $4.4 billion is in circulation.

Which adds x402 support

The x402 flow handles HTTP 402 payment responses, a standard where an API indicates that a resource requires payment before granting access. With v0.2.1, AgentPay supports:

  • Exact payment and EIP-3009 x402 HTTP payment flows
  • Reusable HTTP request checks included –methodrepeatable –header, –factsAnd –json body

The flow works like this: the agent requests a resource, the API responds with a 402 status and a price, AgentPay checks the operator’s spending policy, signs locally using EIP-3009, and tries again with the payment receipt attached. The API then returns the data.

Which adds MPP support

MPP (Machine Payment Protocol) introduces session-based payments to the Tempo mainnet. Instead of paying per request, an agent can open a session, deposit money, make multiple requests, and close when the job is done.

New MPP features in v0.2.1 include:

  • MPP HTTP 402 payments on Tempo mainnet
  • Tempo session expires with opened session, signing of voucher, optional –borgautomatic top-up and explicit shutdown
  • Persistent reuse of sessions via –session-state-file
  • Decoded output of payment receipts plus JSON and NDJSON automation modes

How does AgentPay keep operator control intact?

This is the core design question around which the SDK is built. Every transaction, whether a simple transfer or a paid API call, goes through the same local policy engine before any signing takes place. There is no code path that bypasses policy enforcement.

The architecture includes four layers: a command-line interface (CLI), a local signing daemon, a policy engine, and a skillset for integration with agent hosts such as Claude Code, Codex, and OpenClaw. Private keys never leave the operator’s machine. $WLFI does not store assets, access keys or handle money.

See also  Dogecoin (DOGE) Rally Isn't Fading Yet: Here's What Keeps It Alive

When a transaction exceeds a preset threshold, the SDK pauses and requires human approval. When a wallet is low on balance, the system stops operation and returns an error message with the wallet address, chain ID, and a QR code for replenishment.

The SDK does not charge any platform fees. Only standard blockchain gas fees apply. It is released under the MIT License without telemetry or automatic update mechanisms.

Who is AgentPay SDK v0.2.1 for?

AgentPay targets developers building autonomous agents that require payment at runtime for services, such as paid APIs, data feeds, or machine-to-machine services, while a human operator maintains control over how and when money moves. The macOS initial setup integrates with macOS Keychain and runs a root-managed LaunchDaemon locally.

Conclusion

AgentPay SDK v0.2.1 does something the original release couldn’t: it lets AI agents pay for work in real time, mid-task, without the operator losing control over how that money moves.

The addition of x402 and MPP support means agents can now access paid APIs, data feeds, and HTTP native services as part of their normal execution flow. Sessions can be opened, funded, used for multiple requests, and closed, all within the policy limits predefined by the operator.

The core design has not changed. Keys remain local. Signing remains local. $WLFI has no access to wallets or funds. The only thing that has been expanded is what the agent can do within that controlled environment.

For developers building autonomous agents that interact with paid services, v0.2.1 closes a practical hole left open by the first release.

  1. World LibertyFi on X: Posted on March 31

  2. World LibertyFi documents: About AgentPay SDK

  3. Report from The Defiant: World Liberty Financial launches toolkit to let AI agents spend money $USD1

See also  Spheron Network joins Hivello for Depin Supply Scaling

Source link

AgentPay changed Heres Live SDK Trumpbacked v0.2.1 Whats WLFI
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

ampersend and TRM Labs launch real-time compliance screening for AI agents

2026-06-04

Securitize introduces the first onchain private credit fund on TRON

2026-06-04

Cardano fuels Brazil’s Olympic technology push with blockchain and AI

2026-06-04

The movement centers on stablecoin payments as the layer 2 boom loses momentum

2026-06-04
Add A Comment

Comments are closed.

Top Posts

‘Extra Bullish’ on XRP? Crypto Analyst Points Out Perfect Timing

2023-10-18

Doodles migrates avatar creation ‘Stoodio’ to Ethereum Layer-2 base

2024-06-17

Bitcoin Is at Risk as Major Correction of On-Chain Metric Signals – What Now?

2024-06-21
Editors Picks

Is The Site Flooded? Use a Well Point Dewatering Pump

2026-03-16

Why the next 2-3 weeks are important

2026-04-09

Amina Bank joins 21X as the first regulated banking participant

2026-03-12

Ondo Finance Gains 14% After Pyth Integration: Can ONDO Bulls Still Buy?

2024-07-12

Our mission is to develop a community of people who try to make financially sound decisions. The website strives to educate individuals in making wise choices about Cryptocurrencies, Defi, NFT, Metaverse and more.

We're social. Connect with us:

Facebook X (Twitter) Instagram Pinterest YouTube
Top Insights

Aiden adds audit-ready reporting and policy controls for Windows enterprises amid increasing cybersecurity pressures

ampersend and TRM Labs launch real-time compliance screening for AI agents

Why it’s time to pay attention to Solana before it repeats itself in 2024

Get Informed

Subscribe to Updates

Get the latest news and Update from Bitcoin Platform about Crypto, Metaverse, NFT and more.

  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
© 2026 Bitcoinplatform.com - All rights reserved.

Type above and press Enter to search. Press Esc to cancel.