Launch stablecoin card programs, the easy way
Kulipa provides the locally-licensed infrastructure to issue branded stablecoin cards to your users, in weeks.

Custom build your own stablecoin card program




The Kulipa difference

Global issuance
Grow globally with our comprehensive coverage.
Bank-grade safety

Zero collateral
No need to lock 3 to 5 days of transactions in the bank to issue Kulipa cards.
Deep integrations

Local licenses
Scale with confidence with local card programs, ensuring full compliance globally.
Simple revenue model

True debit cards
Build the best product on the market: custom-made, and fully self-custodial.
Fast launch
Built for developers
Designed for scale
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
wallet: {
name: "Ethereum USDT Wallet",
blockchain: "ethereum",
address: "0xb794f5ea0ba39494ce839613fffba74279579268",
}
): Promise<void> {
const headers: Headers = new Headers();
headers.set('x-api-key', 'apiKey');
const request: RequestInfo = new Request('/wallet', {
method: 'POST',
headers: headers,
body: JSON.stringify(wallet)
});
return fetch(request)
.then(() => {
console.log("Wallet connected!")
});
}
async function createDigitalCard(
card: {
type: "digital"
}
): Promise<void> {
const headers: Headers = new Headers();
headers.set('x-api-key', 'apiKey');
const request: RequestInfo = new Request('/cards', {
method: 'POST',
headers: headers,
body: JSON.stringify(card)
});
return fetch(request)
.then(() => {
console.log("Digital card created!")
});
}
async function connectWallet(
wallet: {
name: "Ethereum USDT Wallet",
blockchain: "ethereum",
address: "0xb794f5ea0ba39494ce839613fffba74279579268",
}
): Promise<void> {
const headers: Headers = new Headers();
headers.set('x-api-key', 'apiKey');
const request: RequestInfo = new Request('/wallet', {
method: 'POST',
headers: headers,
body: JSON.stringify(wallet)
});
return fetch(request)
.then(() => {
console.log("Wallet connected!")
});
}
Issue cards anytime
Let users order physical cards when needed and create virtual :Apple Pay® and Google Pay™ cards instantly.
Customer stories
Discover how leading fintechs across the world use Kulipa
“Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.”

“Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.”

“Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.”

“Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.”

Got questions?
We have answers

What is Kulipa?
We're a one-stop-shop to help crypto wallet issue payment cards. These cards carry your brand, and offer best-in-class payment UX, a flexible API, and an intuitive dashboard to empower your support team.
What is the Kulipa card?
We have 2 card products: a debit card and a prepaid card. Both let your users spend their crypto anywhere Mastercard and Visa are accepted.
What if the merchant doesn't accept crypto?
With Kulipa, merchants don't need to accept crypto (or even know anything about it) for users to spend their holdings. We seamlessly convert USDC to fiat in the background, ensuring a smooth payment experience for all.
Where is the Kulipa card accepted?
Anywhere Mastercard and Visa are accepted, Kulipa is, too! That means over 37 million establishments in 210 countries.
What kind of cards do you issue?
Whatever your wallet needs! Branded physical cards, Apple Pay®/ Google Pay™, or virtual cards for online purchases.
How secure are the cards?
Kulipa takes security extremely seriously, using state-of-the-art measures to safeguard funds and data, so that users have peace of mind when spending their crypto. We work with a trusted network of partners to ensure maximum security for wallets and end users alike.
What currencies and blockchains do you support?
At this time, we support USDC, its wrapped versions, and Paxos. We can deploy on any blockchain - from EVM chains to L2 or Solana, and many more.