Canvas & Ratio
Choose your destination platform format
Layout Template
Choose a content structure for your slides
Preset Themes
Typography & Sizing
Brand Kit Customization
AGENCYConfigure brand assets for headers & footers
Outro Slide CTA
Customize your closing call-to-action slide
Background Pattern
Build Your Carousel
Drag and drop any post card below onto a slide, or use the quick buttons to insert content/images instantly!

A new way to bill AI agents just dropped: the x402 upto scheme 🤖💸 x402 is the HTTP 402 standard for machine-to-machine payments. Until now, it only supported fixed pay-per-request pricing. Here is why the new `upto` scheme changes everything 🧵👇


The core problem with LLM-inference API payments: you rarely know the exact cost upfront. How many tokens will an LLM generate? How much compute will an agent need? With upto, the client authorizes a maximum amount, and the server settles for the actual amount used at the end of the request.

This natively unlocks the most important AI and infrastructure use cases onchain: - LLM Inference: Agent authorizes up to $5, gets charged exactly $0.42 based on tokens streamed. - Bandwidth: Pay precisely per byte transferred. - Compute: Charge based on actual execution time.

At the contract level, upto uses Uniswap’s Permit2 contract to make the UX smoother and safer The client signs a permit message offchain, then a specialized contract guarantees the server can only settle an amount that is <= the authorized maximum.


This is a game changer. In previous implementations, variable onchain billing requires locking funds in escrow or streaming contracts. Capital gets stuck. With upto, agent funds remain untouched in their wallet, free to be used elsewhere until the exact moment of settlement.

You can start building with `upto` right now. You can either start with the official docs or CDP's facilitator docs:

<a target="_blank" href="https://docs.x402.org/getting-started/quickstart-for-sellers#payment-schemes-exact-vs-upto" color="blue">docs.x402.org/getting-starte…</a>

<a target="_blank" href="https://docs.cdp.coinbase.com/x402/quickstart-for-sellers#payment-schemes-exact-vs-upto" color="blue">docs.cdp.coinbase.com/x402/quickstar…</a>