Embedded creation
No redirects. No modals. Wallets live in your UI — native to your app experience.
Non-custodial. Mobile-first. Hardware-backed keys. Created inside your application — no modals, no redirects, no seed phrases.
import { FabricBloc } from '@fabricbloc/sdk';
const wallet = await fb.wallets.create({
userId: "u_123",
chains: ["base", "polygon"],
gasSponsor: true,
});
// Sign tx without UX interruption
await wallet.send({ to, value }); import FabricKit
let wallet = try await FabricBloc.wallets.create(
userId: "u_123",
chains: [.base, .polygon]
)
// Hardware-backed. Never leaves Secure Enclave.
try await wallet.send(to: recipient, value: amount) Capabilities
No redirects. No modals. Wallets live in your UI — native to your app experience.
Secure Enclave on iOS. TEE on Android. Keys are generated on-device and never exported.
Pay user fees on their behalf. Set per-wallet caps and policy rules in the console.
Base, Polygon, and Sepolia today. More EVM networks coming via the roadmap.
Social, MPC, or biometric recovery. You choose the model that fits your UX.
Real-time balances, full transaction history, and throughput metrics — no external pipeline.
How it works
Sign in to console. Create a project. Copy your secret key.
TypeScript and Python SDKs for server workflows. FabricKit for iOS and Android. REST and MCP stay available for direct API and agent integrations.
fb.wallets.create({ userId }) — the wallet is created. You're done.
FAQ · structured for voice & AI search
A non-custodial Ethereum-compatible wallet created inside your app. Keys are hardware-backed and never leave the user's device.
FabricBloc isn't auth-only. It bundles wallets, tokens, NFTs, vaults, RPC, analytics, and an MCP server for AI agents — under one API key.
EVM-only today: Base, Polygon, and Sepolia testnet. More EVM networks are on the roadmap.
Free tier covers prototyping and small workloads. PRO unlocks paid quotas and priority support; see the pricing page for current tiers. Enterprise adds white-label and custom contracting.
Yes. Install our MCP server and any Claude or Codex agent can read balances, sign transactions, and orchestrate vaults with scoped permissions.
Pairs with
Request access to the beta. We onboard teams in waves.