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

RareSkills and Starknet Foundation publish free advanced developer course for Starknet

2026-06-24

DOJ Seizes Huione Cloud Backbone in Crackdown on Money Laundering Crypto Scams

2026-06-24

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

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

    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

    MarsCat joins forces with Memo to drive Web3 data insights and user-friendly experiences

    2026-06-24

    Manadia joins the Origins Network to advance scalable AI-powered blockchain ecosystems

    2026-06-24

    Chainlink brings Samsung, Toyota and Sony prices on-chain with APAC stock streams

    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

    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

    Ethereum Foundation bezuinigt met 20% op personeel, terwijl ETH YTD met 44% daalt ondanks recordgebruik

    2026-06-24

    CZ noemde het no-KYC-model van Hyperliquid “geweldig”

    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  Flare Labs starts testing FAssets on Coston Network

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  Blockchain Heavyweight Crypto.com becomes the newest member of the Adan Association

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  Ethereum poised for over 70% rise, according to crypto trader Michaël van de Poppe – here's the timeline

Source link

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

Related Posts

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

MarsCat joins forces with Memo to drive Web3 data insights and user-friendly experiences

2026-06-24

Manadia joins the Origins Network to advance scalable AI-powered blockchain ecosystems

2026-06-24
Add A Comment

Comments are closed.

Top Posts

World Mobile and Protelindo are launching stratospheric planes to expand global connectivity

2025-08-13

Soon the health economy through AI in the latest collaboration with Zenithring

2025-04-16

Criminal actors impersonating NFT developers in crypto-phishing scam, FBI warns

2023-08-07
Editors Picks

HDFC ERGO shares tips to grow your no-claim bonus for bigger long-term savings

2026-04-05

Louis Vuitton, Pharrell unveil ‘Speedy’ bag NFT with IRL claim

2023-07-18

Can XRP turn around BNB’s market cap?

2023-11-06

What Happened in Crypto Today – West Asia Crisis Is Blocking Bitcoin and More

2026-03-11

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

RareSkills and Starknet Foundation publish free advanced developer course for Starknet

DOJ Seizes Huione Cloud Backbone in Crackdown on Money Laundering Crypto Scams

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

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.