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

Travala integrates AI booking on the base to improve the travel experience

2026-06-25

Travala integrates AI booking on the base to improve the travel experience

2026-06-25

2026 Not the Same as 2024 Because Long-Term Bitcoin Holders ‘Do the Opposite’

2026-06-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

    Travala integrates AI booking on the base to improve the travel experience

    2026-06-25

    Travala integrates AI booking on the base to improve the travel experience

    2026-06-25

    My Wallet Multichain Wallet reaches 11 chains: 9 million users, no migration

    2026-06-25

    RareSkills and Starknet Foundation publish free advanced developer course for Starknet

    2026-06-24

    Ispoverse Leverages 4AI BNB to Power Decentralized AI Marketplaces in the BNB Chain

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

    Crypto finally has a CLARITY Act date

    2026-06-24

    The US Treasury Department’s $10 billion scam alert shows why crypto is rushing itself into the police force

    2026-06-24

    Stablecoins in Britse ponden gemaximeerd op $53 miljard, terwijl de Bank of England stablecoin-regels vastlegt

    2026-06-22

    De Amerikaanse toekomst van crypto-daders zal worden bepaald door hoe toezichthouders besluiten ze te noemen

    2026-06-22

    De MiCA-deadline zal waarschijnlijk kleinere crypto-apps naar gelicentieerde bewaarrails verplaatsen

    2026-06-22
  • Analysis

    Tokenized Shares of SpaceX Betting on More than $50 Million in Liquidations as Crypto Leverage Hits Wall Street

    2026-06-25

    US Bitcoin buying turns negative as BTC moves closer to the $57,300 liquidation trap

    2026-06-24

    Why Viral Public Whale Liquidations Are Becoming A Real Trading Signal On Hyperliquid

    2026-06-24

    Saylor’s STRC Bitcoin-machine verandert aandeelhouders in zijn cash backstop

    2026-06-24

    Why Bitcoin crashed below $60,000 because support fails when buyers are needed most

    2026-06-24
  • Learn

    Most Profitable Crypto to Mine in 2026: Best Altcoins for Mining

    2026-06-23

    Bitcoin Alternatives: Our Top Altcoin Picks for You in 2026

    2026-06-23

    What Is a Bull Flag Pattern in Crypto and How to Use It

    2026-06-20

    What Is OTC Trading? Over-the-Counter Trading Explained

    2026-06-20

    The Top 10 Bitcoin Wallets in 2026

    2026-06-20
  • 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  First post-Quantum Vault on Bitcoin script

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  Trump-linked WLFI partners with project linked to alleged fraud syndicate

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  Tether & BTU to Cultivate Next-Gen Blockchain Experts in Georgia

Source link

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

Related Posts

Travala integrates AI booking on the base to improve the travel experience

2026-06-25

Travala integrates AI booking on the base to improve the travel experience

2026-06-25

My Wallet Multichain Wallet reaches 11 chains: 9 million users, no migration

2026-06-25

RareSkills and Starknet Foundation publish free advanced developer course for Starknet

2026-06-24
Add A Comment

Comments are closed.

Top Posts

The NFT Market Faces a 16.55% Sales Drop Amid the Cryptocurrency Downturn

2024-03-16

Toncoin Heatmap Suggests $19.53 Target: Could a 280% Rise Be Closer Than We Think?

2024-12-20

Billions in Bitcoin and Ethereum Leave Exchanges: Is Selling Pressure Easing?

2025-11-02
Editors Picks

Cardano’s price forecast weakens as Digitap ($TAP) captures the global banking growth story

2025-10-22

How to build a 1B TPS blockchain without decentralization, safety or shame

2025-05-28

Bitcoin ready for W-Bottom Reversal, says John Bollinger

2025-04-11

The Sandbox Metaverse welcomes user-created content!

2023-07-25

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

Travala integrates AI booking on the base to improve the travel experience

Travala integrates AI booking on the base to improve the travel experience

2026 Not the Same as 2024 Because Long-Term Bitcoin Holders ‘Do the Opposite’

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.