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 and Off-chain
  • Bando Fulfillment Protocol (BFP)
  • Fulfillment Provider (FuP)
  • Fulfiller
  • Fiat Provider (FiP)
  • Payment reference (ref)

Was this helpful?

Edit on GitHub
  1. Bando for Developers

Glossary

The Bando Fulfillment Protocol uses the following terminology.

On-chain and Off-chain

  • “On-chain”: Refers to whatever process that happens as part of a blockchain txn.

  • “Off-chain”: Any process that happens outside a blockchain

Bando Fulfillment Protocol (BFP)

The overall system composing of on-chain and off-chain components.

Fulfillment Provider (FuP)

An entity that a fulfiller uses to complete a user’s request for payment of a good or service.

Fulfiller

An entity (company or institution) that is approved and in charge of fulfilling requests for products or services requested by a wallet via de fulfillment protocol.

Fiat Provider (FiP)

An entity in charge of providing crypto-to-fiat conversions.

Payment reference (ref)

A string of ASCII characters normally used as an identifier to fulfill a request. This may be an email, username, cellphone, ID number, etc.

PreviousQuickstartNextUse Cases

Last updated 6 months ago

Was this helpful?

Page cover image