Bando Docs
Launch AppLearn More
  • Bando for Developers
    • The On-chain Spending Protocol
    • Quickstart
    • Glossary
    • Use Cases
    • Protocol Architecture
      • Payment Reference Validation
      • Order Request
      • Order Fulfillment
      • Refunds
  • Spending Widget
    • Widget Quick Start
    • Installation
    • Configuration
    • Customization
    • Localization
    • Wallet Management
    • Framework Integration
      • Next.js
      • Svelte
  • Fulfiller API
    • Get Started with the API
    • Authentication
    • Guides
      • Get Available Products
      • Get a Payment Reference
      • Validate a payment reference
      • Get a Quote
      • Get Available Tokens for a Chain
    • API Reference
  • EVM Smart Contracts
    • EVM Smart Contracts | Architecture
    • Contracts
      • Core
        • BandoERC20Fulfillable
        • BandoFulfillmentManager
        • BandoFulfillable
        • BandoRouter
        • FulfillmentTypes
      • Libraries
        • FulfillmentRequestLib
        • SwapLib
      • Periphery
        • ERC20TokenRegistry
        • FulfillableRegistry
      • Proxy
        • Upgradeability
    • Security
      • Access Control
      • Security Considerations
      • Rekt Test
      • Audits
    • Code
Powered by GitBook
On this page
  • On-chain Contracts
  • Off-chain Fulfillers
  • Get Started

Was this helpful?

Edit on GitHub
  1. Bando for Developers

Quickstart

PreviousThe On-chain Spending ProtocolNextGlossary

Last updated 10 days ago

Was this helpful?

The Bando Fulfillment Protocol is a Web3 protocol that enables spending via prepaid codes, airtime topups, bill payments, in-game articles, digital items and any other sort of “fulfillable” product or service. It does it with the following moving parts:

On-chain Contracts

Our set of smart contracts that register and route user’s spend requests to the corresponding fulfiller to make the request whole.

Off-chain Fulfillers

Whitelisted entities that can fulfill your user’s requests across one or many products and services.

Get Started

Page cover image
Cover

Bando Spend Widget

Enable spending in minutes

Cover

Bando Fulfiller API

The power of thousands of products to supercharge yours

Cover

Architecture

Get familiar with our protocol