Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blend.money/llms.txt

Use this file to discover all available pages before exploring further.

Go from zero to your first deposit in under an hour. Blend handles yield coordination. You handle the user experience.

Integration journey

Every Blend integration follows four steps. Most teams finish in a single afternoon.
  1. Set up your portal - Create your organization, browse the vault catalog, and build your first account type with manual allocations.
  2. Set up credentials - Add your SIWE domain, grab your publishable key, and create an API key for your server.
  3. Make your first deposit - Install the SDK, sign in a user, quote a deposit, and execute it.
  4. Go live - Run the go-live checklist. Rotate keys, test end-to-end, and ship.

Choose your SDK

Pick the SDK that fits your architecture. You can use both in the same integration.
Frontend SDKServer SDK
Package@blend-money/fe@blend-money/node
Auth methodSIWE wallet signatureAPI key (server secret)
Runs inBrowserYour backend
Account scopingAutomatic from wallet sign-inManual via forAccount(accountId)
Quotingsdk.quoteDeposit() (one call)client.sessions.createSession() then client.sessions.quoteDeposit()
Executionsdk.execute(quote, { deriveSigner })You execute on-chain, then submit tx hashes
Best forApps where users connect a walletApps where the backend controls signing

Operating model

Blend splits responsibilities between you and the protocol. No surprises about who owns what.
ResponsibilityYou (neobank)Blend
User onboardingKYC, account creation, UISafe deployment, wallet mapping
Yield strategyChoose vaults, set allocationsScore vaults via Philidor, enforce limits
DepositsTrigger via SDKBridge routing, gas sponsorship, settlement
WithdrawalsTrigger via SDKMulti-chain coordination, bridge execution
RebalancingApprove or auto-approve flow plansGenerate flow plans, execute rebalances
ComplianceKYC/AML for your usersOFAC screening, audit logs
Keys & secretsStore API keys, rotate on scheduleIssue keys, enforce domain binding

Set up your portal

Create your organization and build your first account type.

Set up credentials

Get the keys your app needs to talk to Blend.

Make your first deposit

Install the SDK and deposit in under 30 minutes.

Understand Blend

Learn how the SMA model keeps user funds isolated.
Last modified on May 7, 2026