Over 300+ companies and thousands of individuals
use our products to secure, manage and move their onchain assets
Over 300+ companies and thousands of individuals use our products to secure, manage and move their onchain assets





Be your own bank
Be your own bank
Products and APIs that make stablecoins useful for everyone - from enterprises to individuals.
Products and APIs that make stablecoins useful for everyone - from enterprises to individuals.
Our products




for individuals
Fuse
The personal finance app to save, trade and pay with crypto
Coming soon


for developers
Squads API
Integrate smart accounts to scale your stablecoin operations
// Using JavaScript
const response = await fetch('https://developers.squads.so/v1/smart-accounts', {
method: 'POST',
body: JSON.stringify({
smart_account_signers: [{
address: "3taa1NriizKJK3XSJB9fRHXsmWxz2S98SYGrXuPHT76F",
permissions: ["CAN_INITIATE", "CAN_VOTE", "CAN_EXECUTE"]
}],
threshold: 1
})
});
const smartAccount = await response.json();
// Using JavaScript
const response = await fetch('https://developers.squads.so/v1/smart-accounts', {
method: 'POST',
body: JSON.stringify({
smart_account_signers: [{
address: "3taa1NriizKJK3XSJB9fRHXsmWxz2S98SYGrXuPHT76F",
permissions: ["CAN_INITIATE", "CAN_VOTE", "CAN_EXECUTE"]
}],
threshold: 1
})
});
const smartAccount = await response.json();