Products

Developers

About

Products

Developers

About

Wallets.
Made for everyone.

Onboard users compliantly with self-custodial wallets

Welcome

Log in to Developers Console

TweedNFT checkout

Nintentweed

$ 1.00 / 0.00057 ETH

*Including fees
Discover how easy it is to use Tweed’s NFT Checkout and Wallet solutions by purchasing a Tweed NFT.

Powered by

By clicking, you agree to the Terms of Service from Tweed Payments Inc.

Wallets.
Made for everyone.

Wallets.
Made for everyone.

Onboard users compliantly with self-custodial wallets

Onboard the World

Secure your account

Powered by

Transparent wallet creation

Create user wallets as they log in or complete a purchase.

Own the user experience

Stay in full control of the user interface.
Plug into your existing Auth.

Always recoverable

Easy wallet retrieval with social login.
Say goodbye to seed phrases 🎉🎉🎉

OR

table

cat

towel

lollipop

basketball

cream

towel

frame

machine

remote

sneakers

tree

Crypto payments. Made simple.

Offer credit and debit card purchases for NFTs and in-game tokens.

Onboard the World

Secure your account

Powered by

Transparent wallet creation

Create user wallets as they log in or complete a purchase.

Own the user experience

Stay in full control of the user interface.
Plug into your existing Auth.

Always recoverable

Easy wallet retrieval with social login.
Say goodbye to seed phrases 🎉🎉🎉

OR

table

cat

towel

lollipop

basketball

cream

towel

frame

machine

remote

sneakers

tree

Crypto payments. Made simple.

Offer credit and debit card purchases for NFTs and in-game tokens.

Onboard the World

Transparent wallet creation

Create user wallets as they log in or complete a purchase.

Own the user experience

Stay in full control of the user interface.
Plug into your existing Auth.

Always recoverable

Easy wallet retrieval with social login.
Say goodbye to seed phrases 🎉🎉🎉

OR

table

cat

towel

lollipop

basketball

cream

towel

frame

machine

remote

sneakers

tree

Crypto payments.
Made Simple.

Offer credit and debit card purchases for NFTs and in-game tokens.

Keep your brand front and center

Build your ideal UX with a fully white label experience

Plug & play

Branded

Build your own wallet & launch fast

Off the shelf, white-label wallets

Customizable key management and wallets

The most native solution to onboard users

Stay in control of the user journey

Keep your brand front and center

Build your ideal UX with a fully white label experience

Plug & play

Branded

Build your own wallet and launch fast.

Off the shelf, white-label wallets

Customizable key management and wallets

The most native solution to onboard users

Stay in control of the user journey

Keep your brand front and center

Build your ideal UX with a fully white label experience

Plug & play

Branded

Build your own wallet and launch fast.

Off the shelf, white-label wallets

Customizable key management and wallets

The most native solution to onboard users

Stay in control of the user journey

Checkout for everyone

Accept any payment method for your NFT sales

Debit & credit cards, Apple Pay, cross-chain payments, and more.

Checkout

/

* * *

Powered by

Checkout for everyone

Accept any payment method for your NFT sales

Debit & credit cards, Apple Pay, cross-chain payments, and more.

Checkout

/

* * *

Powered by

Checkout for everyone

Accept any payment method for your NFT sales

Debit & credit cards, Apple Pay, cross-chain payments, and more.

Checkout

/

* * *

Powered by

Be compliant

with 100% self-custodial wallets

Offload your
regulatory burden

Support NFTs, utility tokens, and cryptocurrency - without the need for a custody license. 

Don’t choose between
user experience & user ownership

Offer both a seamless onboarding experience and a true self-custodial wallet.

Built by experts in cybersecurity, infrastructure, and payments, with regulation and compliance at the core of our technology.

Be compliant

with 100% self-custodial wallets

Offload your
regulatory burden

Support NFTs, utility tokens, and cryptocurrency - without the need for a custody license. 

Don’t choose between
user experience & user ownership

Offer both a seamless onboarding experience and a true self-custodial wallet.

Built by experts in cybersecurity, infrastructure, and payments, with regulation and compliance at the core of our technology.

Be compliant with 100% self custodial wallets

Offload your
regulatory burden

Support NFTs, utility tokens, and cryptocurrency - without the need for a custody license. 

Don’t choose between
user experience & user ownership

Offer both a seamless onboarding experience and a true self-custodial wallet.

Built by experts in cybersecurity, infrastructure, and payments, with regulation and compliance at the core of our technology.

Security for enterprises,

Implementation for developers

Get started with Tweed’s SDK and use the most secure key management available

Private Keys are always protected

Key sharding, encryption, and decryption always happens on the user’s device, with user-held secrets. With no on-chain dependencies, Tweed provides a scalable and reliable self-custodial solution - every time.

Built by cybersecurity experts

Our development team comes with over a decade of cybersecurity experience - putting security and reliability at the core of our technology.

Security for enterprises,

Implementation for developers

Get started with Tweed’s SDK and use the most secure key management available

Private Keys are always protected

Key sharding, encryption, and decryption always happens on the user’s device, with user-held secrets. With no on-chain dependencies, Tweed provides a scalable and reliable self-custodial solution - every time.

Built by cybersecurity experts

Our development team comes with over a decade of cybersecurity experience - putting security and reliability at the core of our technology.

Security for enterprises, Implementation for developers

Get started with Tweed’s SDK and use the most secure key management available

Private Keys are always protected

Key sharding, encryption, and decryption always happens on the user’s device, with user-held secrets. With no on-chain dependencies, Tweed provides a scalable and reliable self-custodial solution - every time.

Built by cybersecurity experts

Our development team comes with over a decade of cybersecurity experience - putting security and reliability at the core of our technology.

Experience for everyone

A flexible and secure wallet SDK for any use case

  • Our Unity SDK bridge is live

    Our Unity SDK bridge is live.

  • Powerful, blockchain-based loyalty

    Build a program with seamless onboarding

  • Secure, authentic ticketing

    Provide wallets for a native experience

  • Simple Web3 Solutions for Ecommerce

    Sell to anyone, anywhere

Start building with Tweed

Unleash all the power of Web3 with a few lines of code

import {hooks, Widget} from '@paytweed/frontend-sdk-react'

const WalletBalance = () => {
  const {data: balance, loading} = hooks.useCryptoBalance() 
  if (loading) return <Loading/>
  return <div>Eth balance: {balance['ETH']}</div>
}

const Wallet = () => {
  const {data: walletExists, loading} = hooks.useWalletExists()
  if (loading) return <Loading/>
  if (walletExists) return <WalletBalance/>
  return <Widget.Wallet.Create/>
}

Log in to console

Get API keys

Install SDK

Start onboarding users

Start building with Tweed

Unleash all the power of Web3 with a few lines of code

import {hooks, Widget} from '@paytweed/frontend-sdk-react'

const WalletBalance = () => {
  const {data: balance, loading} = hooks.useCryptoBalance() 
  if (loading) return <Loading/>
  return <div>Eth balance: {balance['ETH']}</div>
}

const Wallet = () => {
  const {data: walletExists, loading} = hooks.useWalletExists()
  if (loading) return <Loading/>
  if (walletExists) return <WalletBalance/>
  return <Widget.Wallet.Create/>
}