AnySpend Banner

What is AnySpend?

AnySpend is B3’s comprehensive payment infrastructure that enables seamless crypto transactions across multiple blockchains. Whether you’re building a DeFi application, NFT marketplace, or gaming platform, AnySpend provides the components and APIs you need to accept payments in any token. Try AnySpend in your browser

Use Cases

Features

1

User Initiates Payment

User clicks a payment button or interacts with your interface, choosing their preferred token
2

AnySpend Quotes

Our routing engine finds the best path to convert their token to the required destination token
3

Cross-Chain Execution

If needed, tokens are bridged across chains using secure, battle-tested infrastructure
4

Final Delivery

Tokens arrive at the destination address, execute any custom logic, and trigger your success callbacks

Use Cases

AnySpend Banner

Quick Start

Get started with AnySpend in just a few steps:
import { AnySpend, AnyspendProvider } from "@b3dotfun/sdk/anyspend/react";
import { B3Provider } from "@b3dotfun/sdk/global-account/react";

import "@b3dotfun/sdk/index.css";

function App() {
  return (
    <B3Provider theme="light" environment="production">
      <AnyspendProvider>
        <AnySpend />
      </AnyspendProvider>
    </B3Provider>
  );
}

export default App

What’s Next?

Getting Help

  • Discord: Join our Discord community for support
  • Documentation: Comprehensive guides and API references
  • Examples: Ready-to-use code samples and integrations