Skip to main content
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
Enable token swaps, provide liquidity, and facilitate yield farming across multiple chains with automatic routing and competitive rates.
Allow users to buy NFTs with any token they own, removing barriers and increasing conversion rates by supporting their preferred payment methods.
Accept payments for in-game assets, tournament entries, and premium features using any cryptocurrency or fiat payment methods.
Integrate crypto payments into traditional e-commerce platforms with automatic fiat conversion and settlement.
Accept recurring payments in crypto with automatic conversion to your preferred settlement currency.

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
I