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

What bulls need to regain $2.90 and what bears need to break

2026-04-25

HERE and KOTEI are working together to build AI-native navigation for the software-defined vehicle era

2026-04-25

Can XRP Price Reach $3 in 2026? Prediction websites show the possibilities

2026-04-25
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

    University of Maryland uses Filecoin to secure the provenance of geospatial data

    2026-04-25

    MetYa joins Zypher Network to develop ZK and AI-powered Web3 Portal

    2026-04-25

    Filecoin and Numbers Protocol Partner to Bring Real-Time Media Provenance on-chain

    2026-04-24

    The question is not whether privacy. It’s what kind of privacy

    2026-04-24

    Bitwise CIO calls for the launch of a new AVAX ETF

    2026-04-24
  • Web 3
    • NFT
    • Metaverse
  • Regulation

    The US Admiral Who Destroyed Crypto Now Runs A Bitcoin Node For US Security

    2026-04-23

    The American Bankers Association is calling for a 60-day pause to prevent stablecoin rules from going live

    2026-04-23

    Banks Fund Crypto Attack Ads in Washington, as More Than 3,000 Banks Unite to Stop the Clarity Act from Passing the Senate

    2026-04-21

    Have rate refunds been purchased at 20 cents on the dollar by Cantor Fitzgerald, a stablecoin-backed Treasurys custodian?

    2026-04-21

    Crypto will enter the US banking system through a backdoor, not through regulation

    2026-04-18
  • Analysis

    Can XRP Price Reach $3 in 2026? Prediction websites show the possibilities

    2026-04-25

    Can XRP Price Reach $3 in 2026? Prediction websites show the possibilities

    2026-04-25

    XRP Signals Huge Breakout: $10 Target in Sight as Momentum Grows

    2026-04-25

    Ethereum’s four consecutive weeks of price increases are driving bullish bets at $3,200

    2026-04-24

    Bitcoin Shows Resilience Above $78,000 After Trump’s New Rhetoric Pushes Oil Prices Back Above $100

    2026-04-24
  • Learn

    Wall Street won’t stop buying. Bitcoin will not break out. What gives?

    2026-04-20

    Changelly launches ultimate DeFi Swap Flow and API for cross-chain and on-chain swaps

    2026-04-18

    What Is Etherscan? How to Use the Ethereum Block Explorer

    2026-04-17

    What Is a Crypto Faucet and How Does It Work?

    2026-04-17

    Crypto Bubbles Explained

    2026-04-17
  • 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  Parity plans a partial transition to decentralized teams in the Polkadot ecosystem, which will impact staff

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  EA Capital Acquires Crypto Asset Service Provider License in South Africa

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  SWIFT Moves to Blockchain Settlement with Live Trials

Source link

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

Related Posts

University of Maryland uses Filecoin to secure the provenance of geospatial data

2026-04-25

MetYa joins Zypher Network to develop ZK and AI-powered Web3 Portal

2026-04-25

66.5% of Bitcoin LTH Supply in Profit, But Bull Market Signal Still Missing – Here’s Why!

2026-04-25

HERE Introduces AI-Powered, Live Map Intelligence for NOA Use Cases at Auto China 2026

2026-04-24
Add A Comment

Comments are closed.

Top Posts

Ethereum ETFs just upgraded to a 75% launch probability this Thursday

2024-05-22

Ethereum NFT Card Battler ‘Parallel’ launches on the Epic Games Store

2024-06-12

Bitcoin: Rally Fails to Change LTH Strategy

2023-11-08
Editors Picks

NFT market shrinks in Q2 as traders become scarce

2023-07-06

‘Massive Broadening of Trading’: Goldman Sachs Executive Details Top Sectors Amid Market Shift Away From Mag 7 Stocks

2026-01-27

BNB price rally imminent? A trendline break could lead to a rise to $635

2024-07-17

Bybit reveals Tradfi platform to combine crypto and traditional markets

2025-06-17

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

What bulls need to regain $2.90 and what bears need to break

HERE and KOTEI are working together to build AI-native navigation for the software-defined vehicle era

Can XRP Price Reach $3 in 2026? Prediction websites show the possibilities

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.