
FuseWallet
Embedded smart wallets and gas sponsorship for consumer apps.

About This Project
FuseWallet is a smart wallet platform in progress for apps that need crypto rails without wallet friction. Developers get embedded onboarding, ERC-4337 gas sponsorship, session key controls, billing visibility, SDK credentials, and a dashboard for managing wallet infrastructure. ChainScore Labs is shaping the product architecture, technical flows, onboarding UX, sponsorship policy model, and implementation foundation.
Client
Timeline
Technologies
The Consumer Crypto Onboarding Problem

A Wallet Infrastructure Layer for App Developers
- Embedded Smart Wallets: Users can create application-scoped smart wallets through email, OAuth, or passkeys instead of external wallet setup.
- Gas Sponsorship: Developers fund credits and define when the Paymaster should sponsor transactions for specific users or actions.
- Developer Control Center: Teams monitor active wallets, sponsored operations, gas spend, credit balance, and infrastructure health from one dashboard.

Developer Onboarding Without Infrastructure Drag
- Create App: Capture app name, category, icon, and preferred network so the dashboard can create a scoped integration context.
- Configure UX: Choose login methods, sponsorship defaults, session key behavior, and recovery options before production use.
- Launch Ready: Expose client credentials and SDK instructions only after the app has enough policy context to be useful.



How Gasless Transactions Work
FuseWallet's core transaction model is based on ERC-4337 account abstraction. Instead of asking an end user to submit a normal wallet transaction with native gas, the SDK constructs a UserOperation. A bundler packages the operation and submits it to the EntryPoint contract. A Paymaster validates whether the developer's sponsorship policy covers the action, then pays gas from the developer-funded balance. This architecture lets consumer apps hide native gas while keeping policy enforcement explicit. A gaming app can sponsor item mints for new users. A loyalty platform can sponsor reward claims. A prediction app can sponsor first deposits. The user experience stays simple, while the developer retains spend limits and action-level control.
Smart Account Factory
Creates deterministic smart account addresses for users and supports app-scoped onboarding without seed phrase exposure.
UserOperation Pipeline
The SDK builds intent objects that can be validated, sponsored, bundled, and executed without requiring user-held gas.
Paymaster Rules
Sponsorship is checked against audience, action, network, cost, and budget limits before gas is paid.
Bundler Integration
Bundlers estimate gas, batch UserOperations, submit to EntryPoint, and return transaction state to the dashboard.
Session Keys
Scoped keys can approve repeated low-risk actions for a limited time without prompting the user on every click.
Billing Ledger
Sponsored gas is translated into credits so developers can understand cost, forecast burn, and reconcile invoices.
Developer Dashboard

Sponsorship Rules That Product Teams Can Understand
- Audience Targeting: Rules can apply to all users, new users, returning users, allowlists, or app-defined user segments.
- Action Scope: Teams can sponsor specific flows such as minting, claims, transfers, swaps, approvals, or custom contract calls.
- Budget Limits: Per-user caps, per-transaction maximums, daily limits, monthly limits, and low-credit warnings reduce runaway spend.
- Failover Behavior: When a rule is exhausted, apps can fail gracefully, ask users to pay gas, or prompt operators to add credits.

Billing Built Around Gas Credits
- Credit Balance: The dashboard shows available credits, current month usage, spend forecast, and remaining runway.
- Usage Ledger: Sponsored transactions create billing events that can be traced back to app, user, action, chain, and rule.
- Plan and Recharge Controls: Teams can manage plan level, payment method, auto-recharge, low-credit alerts, and invoices in one place.

Current Progress
FuseWallet is presented as an active build, not a completed public launch. The case study avoids fabricated adoption metrics and focuses on the product architecture, developer experience, gas sponsorship model, dashboard controls, and implementation direction already defined. The next workstream is to harden the SDK and backend contracts around real integration paths: account creation, UserOperation submission, Paymaster validation, session key scope, billing ledger entries, and live dashboard state.
Visual showcase
