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.

Your portal home for managing account types, browsing the vault catalog, and tracking your integration.

Dashboard

The dashboard is the first screen you see after signing in. It changes based on where you are in the setup journey. Before your first account type, the dashboard shows a setup checklist. Complete each step in order: request your first vaults, create an account type, configure your SIWE domain, and review the integration guide. The checklist disappears once you finish. After setup, the dashboard shows three metrics: total account types, pending flow plans, and total user accounts. A table lists your top 5 account types by account count with status indicators. The quick start card stays visible at the top. It shows your publishable key, an npm install command, and a “Copy to LLM” button that exports your full SDK context. Use this to paste into an AI assistant when building your integration.
The pending flow plans count on the dashboard links directly to the flow plans page. Check this regularly if you have auto-approve turned off.

Catalog

The catalog shows every vault scored by Blend’s risk vendors. Browse by vendor, filter by chain or risk tier, and request the vaults you want.
Blend uses Philidor, an institutional-grade risk scoring system, to evaluate every vault in the catalog. Each vault receives a composite score (0-10) across three dimensions: asset quality, platform security, and governance controls. Vaults are classified as Prime (8-10), Core (5-7.9), or Edge (0-4.9).

Vendor tabs

VendorWhat it coversHow vaults are scored
PhilidorDeFi vault risk ratingsComposite score 0-10 across asset quality, platform security, and governance controls
CredoraCrypto credit ratings (coming soon)Institutional credit assessment for lending protocols
RWA.xyzTokenized real-world assetsRatings for real-world asset vaults and structured products
Switch between vendor tabs to see different vault categories. Each tab has its own filtering and search. The Philidor tab supports filtering by chain, risk tier, and free-text search. Each vault card shows the score, chain, protocol name, and current APY. The risk tiers break down like this:
TierScore rangeWhat it means
Prime8.0 - 10.0Blue-chip protocols with strong governance
Core5.0 - 7.9Established protocols with solid track records
Edge0.0 - 4.9Newer protocols or weaker controls

Requesting vaults

Select up to 5 vaults at a time and click Request. Blend provisions on-chain infrastructure for each vault you request. Once activated, the vault appears in your organization’s catalog and you can use it in account type allocations. Vault requests go through a short approval window. You’ll see the status on your catalog page.

Account types

Account types are the products your users interact with. Each one ties together vault allocations, credentials, and flow plan settings.

Settings

Every account type has these settings:
SettingWhat it controls
SlugThe accountTypeId used in SDK calls. Set at creation, can’t be changed.
Display nameHuman-readable name shown in the portal. Editable anytime.
DescriptionInternal notes about this account type. Editable anytime.
Auto-approveWhen on, flow plans execute without manual review.
PausedBlocks new deposits. SDK returns 423 for deposit attempts. Withdrawals still work. Toggle on and off.

Vault config lifecycle

When you change allocations on an account type, the new config goes through a pipeline before it goes live.
StateWhat’s happeningTerminal?
No configNo allocations set. Account type can’t accept deposits yet.No
PendingAllocation change submitted. Waiting for Blend to provision infrastructure.No
ProvisioningBlend is setting up on-chain infrastructure for your vaults.No
ReadyInfrastructure ready. 24-hour timelock countdown starts. Deploy when it expires.No
CancelledConfig discarded. Reverts to previous allocation.Yes
Weight-only changes (same vaults, new percentages) skip Pending and Provisioning. They go straight to Ready with a 24-hour timelock.
Emergency bypass is available for the timelock. You’ll need to type the account type name to confirm. Use this only when you need to deploy changes immediately.

Pausing an account type

Pausing blocks new deposits. The SDK returns a 423 status code for deposit attempts, and deposit-related session transitions (lock, submit) are also blocked. Existing positions keep earning yield. Withdrawals always work - your users can get their money out at any time. You can unpause whenever you’re ready.

Accounts sub-page

Each account type has an Accounts tab showing all user accounts. The table is searchable by account ID, user address, or Safe address. Click any account to see which chains its Safe is deployed on. You can disable individual accounts here. Disabling an account stops Blend from serving deposit and withdrawal calldata, but the user keeps full ownership of their Safe and funds.

Publishable key

Find the publishable key on the account type detail page under Settings. Each account type gets its own key. Pass it to the frontend SDK when you create a BlendSdk instance. The key format is pk_live_ followed by 64 hex characters. It’s safe to include in client-side code.

Portal operations

Manage flow plans, credentials, and your team day-to-day.

Test with Try Position

Test deposits and withdrawals directly in the portal.
Last modified on May 7, 2026