DebitLlama
  • DebitLlama Documentation
  • What is wallet abstraction?
  • Account Creation and Checkout flow
  • How DebitLlama compares to others?
  • Process payments via Solvers
  • Payment Intents
    • ZKP Implementation details
    • Smart Contract Implementation details
    • Client Side Implementation
    • Security first. A little game theory.
  • Creating Accounts
  • Comparing Account types
  • Accepting Payments
    • Checkout Redirect
    • Managing your items
    • Checkout page
  • Fees
  • Passkeys
  • Rest Api v1
    • Creating Access Tokens
      • What is Bearer Authentication?
    • Schema
    • Networks and Currencies
    • /api/v1
    • /api/v1/accounts
    • /api/v1/accounts/[commitment]
    • /api/v1/payment_intents
    • /api/v1/payment_intents/[slug]
    • /api/v1/items
    • /api/v1/items/[slug]
    • Configuring Webhooks
      • Request Schema
    • Zapier Integration
  • Try it out on Testnet
  • Slack
Powered by GitBook
On this page

DebitLlama Documentation

Learn more about how debitllama works

NextWhat is wallet abstraction?

Last updated 10 months ago

DebitLlama is a wallet abstraction service for subscription payments. Use DebitLlama to start accepting recurring payments with Cryptocurrency

DebitLlama is a service that utilizes zero-knowledge proofs to map your externally owned wallet to an external secret via creating payment intents with a scheme inspired by Pedersen Commitments Your intents are future transactions that can be used to debit your account in the future.

An intent defines your end goal and we store the cryptography material for the transactions to fulfill it. Learn more about it in the next article.

LogoDebitLlama
Navigate to the website