Ship Smart Wallets in Days, Not Months

The complete TypeScript SDK for account abstraction. Create gasless, multi-chain wallets with enterprise-grade security and lightning-fast performance.

View Documentation
5-minute setup
Quick integration
TypeScript-first
99.9% type coverage
Enterprise ready
$2.5B+ secured
smart-wallet-demo.ts
import { Weinvest, PaymasterMode } from '@weinvest/core'

// Initialize with your API key
const weinvest = new Weinvest({
  apiKey: process.env.WEINVEST_API_KEY,
  network: 'ethereum',
  environment: 'production'
})

// Create smart wallet with social login
const wallet = await weinvest.createWallet({
  owner: await weinvest.auth.google(),
  paymaster: PaymasterMode.SPONSORED,
  modules: ['session-keys', 'recovery']
})

// Multi-chain gasless batch transaction
const batch = await wallet.createBatch([
  {
    to: '0x742d35Cc6634C0532925a3b8D9C38182e4e4dD0C',
    value: '0.1',
    data: usdcContract.transfer('0x...', '1000')
  },
  {
    to: '0x...',
    data: nftContract.mint(wallet.address, tokenId)
  }
])

// Execute across multiple chains
const results = await wallet.executeBatch(batch, {
  chains: ['ethereum', 'polygon', 'arbitrum'],
  gasOptimization: true
})

console.log(`✅ Executed on ${results.length} chains`)
console.log(`💰 Gas saved: ${results.totalGasSaved} ETH`)
← scroll →

Everything You Need for Smart Wallets

From account abstraction to multi-chain operations, Weinvest provides the complete toolkit for building next-generation wallet applications.

Account Abstraction

EIP-4337 compliant smart wallets with gasless transactions, flexible authentication, and programmable logic.

  • ✓ Gasless transactions
  • ✓ Social recovery
  • ✓ Session keys
  • ✓ Batch operations

Multi-Chain Native

Seamless deployment across Ethereum, Polygon, Arbitrum, Optimism, Base, and custom networks.

  • ✓ Same address everywhere
  • ✓ Cross-chain bridges
  • ✓ Unified asset management
  • ✓ Gas optimization

Built-in DeFi

Native integrations with DEXs, bridges, lending protocols, and yield farming platforms.

  • ✓ DEX aggregation
  • ✓ Limit orders
  • ✓ Yield farming
  • ✓ Lending protocols

Enterprise Security

Production-grade security with multi-signature, access controls, and comprehensive audit trails.

  • ✓ Multi-signature wallets
  • ✓ Role-based access
  • ✓ Time-locked operations
  • ✓ SOC 2 compliance

Developer First

TypeScript-first SDK with comprehensive documentation, examples, and exceptional developer experience.

  • ✓ Full TypeScript support
  • ✓ Comprehensive docs
  • ✓ Example applications
  • ✓ Active community

Flexible Gas Sponsorship

Sponsor transactions with ETH or ERC-20 tokens. Complete control over gas payment strategies.

  • ✓ ETH sponsorship
  • ✓ Token-based payments
  • ✓ Conditional sponsorship
  • ✓ Usage analytics

See It In Action

Real-world examples showing how easy it is to integrate Weinvest into your applications.

Basic Token Transfer

transfer.ts

import { Weinvest } from '@weinvest/core'

// Initialize SDK
const weinvest = new Weinvest({
  apiKey: process.env.WEINVEST_API_KEY,
  chain: 'polygon'
})

async function sendTokens() {
  // Create authentication
  const auth = weinvest.getAuth({
    privateKey: process.env.PRIVATE_KEY
  })
  
  // Get or create wallet
  const wallet = await weinvest
    .createWalletWithAuth(auth)
  
  // Create transfer operation
  const operation = await wallet.transfer(
    auth, 
    'user123', 
    {
      to: '0x742d35Cc6634C0532925a3b8D9C38182e4e4dD0C',
      amount: '100',
      token: 'USDC'
    }
  )
  
  // Execute gasless transaction
  const result = await wallet
    .executeOperation(auth, operation)
  
  console.log('Transaction hash:', result.hash)
}
← scroll →

Built for Performance and Scale

Powering the next generation of Web3 applications with enterprise-grade infrastructure

5M+
Gasless Transactions
$100M+
Transaction Volume
15+
Supported Networks
99.9%
Uptime
A
satoshi_builder
CTO, DeFi Protocol Alpha

"Weinvest Core SDK reduced our development time by 80%. The account abstraction features are game-changing for user experience."

S
vitalik_dev
Lead Developer, Web3 Startup Beta

"The TypeScript support and documentation are excellent. We were able to implement gasless transactions in just a few hours."

M
hal_finney_fan
Blockchain Architect, Enterprise Corp

"Enterprise-grade security with developer-friendly APIs. Weinvest strikes the perfect balance for production applications."

Success Stories from Leading Web3 Companies

See how top-tier companies are using Weinvest Core SDK to build next-generation wallet experiences

WL

WalletLabs

Consumer Wallet App • $50M TVL

Challenge

WalletLabs needed to onboard non-crypto users with a seamless, gasless experience while maintaining enterprise-grade security for their growing user base.

Solution

Implemented Weinvest's account abstraction with social login, gasless transactions, and multi-chain support across Ethereum, Polygon, and Arbitrum.

300%
User Conversion
6 weeks
Development Time
$50M
Assets Secured
"Weinvest transformed our user onboarding. We went from 15% to 60% conversion by eliminating gas fees and seed phrases."
- crypto_pioneer_dev, CTO
DC

DefiCorp

DEX Protocol • $500M TVL

Challenge

Building a sophisticated trading interface with advanced features like limit orders, batch swaps, and cross-chain arbitrage while maintaining security.

Solution

Used Weinvest's multi-signature wallets, batch operations, and DEX aggregation to create a professional trading platform.

80%
Gas Savings
3 months
Launch Timeline
500M+
Trading Volume
"The batch operations and multi-sig support allowed us to build enterprise-grade trading features that would have taken our team over a year to develop."
- blockchain_ninja, Lead Engineer

Calculate Your Development Savings

See how much time and money you could save with Weinvest Core SDK

12 months
Typical Development Time
Building from scratch
3 weeks
With Weinvest SDK
Full featured wallet
$500K+
Development Cost Saved
Engineering resources
10x
Faster Time to Market
Competitive advantage

Weinvest vs Building In-House

Why teams choose Weinvest over building wallet infrastructure from scratch

Feature Building In-House Weinvest Core SDK
Development Time 6-12 months 2-3 weeks
Account Abstraction ❌ Complex EIP-4337 implementation ✅ Production-ready
Multi-Chain Support ❌ Separate integration per chain ✅ 25+ networks supported
Security Audits $50K-100K per audit ✅ Pre-audited contracts
Gas Optimization ❌ Manual optimization required ✅ 45% gas savings built-in
Maintenance & Updates ❌ Ongoing engineering overhead ✅ Managed service
Documentation & Support Internal knowledge base ✅ 24/7 expert support

Simple, Transparent Pricing

Choose the plan that fits your needs. Scale as you grow. No hidden fees, no surprises.

Most Popular

Pro

$99/month

For growing applications

  • 1M operations/month
  • All mainnet support
  • Priority support
  • Gas sponsorship included
  • Advanced analytics
Start Pro Trial

Enterprise

Custom

For large-scale applications

  • Unlimited operations
  • Private networks
  • 24/7 dedicated support
  • SLA guarantees
  • Custom integrations
Contact Sales

All plans include our core features: Account abstraction, multi-chain support, and developer tools

View detailed feature comparison →