The complete TypeScript SDK for account abstraction. Create gasless, multi-chain wallets with enterprise-grade security and lightning-fast performance.
From account abstraction to multi-chain operations, Weinvest provides the complete toolkit for building next-generation wallet applications.
EIP-4337 compliant smart wallets with gasless transactions, flexible authentication, and programmable logic.
Seamless deployment across Ethereum, Polygon, Arbitrum, Optimism, Base, and custom networks.
Native integrations with DEXs, bridges, lending protocols, and yield farming platforms.
Production-grade security with multi-signature, access controls, and comprehensive audit trails.
TypeScript-first SDK with comprehensive documentation, examples, and exceptional developer experience.
Sponsor transactions with ETH or ERC-20 tokens. Complete control over gas payment strategies.
Real-world examples showing how easy it is to integrate Weinvest into your applications.
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)
}
Powering the next generation of Web3 applications with enterprise-grade infrastructure
"Weinvest Core SDK reduced our development time by 80%. The account abstraction features are game-changing for user experience."
"The TypeScript support and documentation are excellent. We were able to implement gasless transactions in just a few hours."
"Enterprise-grade security with developer-friendly APIs. Weinvest strikes the perfect balance for production applications."
See how top-tier companies are using Weinvest Core SDK to build next-generation wallet experiences
Consumer Wallet App • $50M TVL
WalletLabs needed to onboard non-crypto users with a seamless, gasless experience while maintaining enterprise-grade security for their growing user base.
Implemented Weinvest's account abstraction with social login, gasless transactions, and multi-chain support across Ethereum, Polygon, and Arbitrum.
"Weinvest transformed our user onboarding. We went from 15% to 60% conversion by eliminating gas fees and seed phrases."
DEX Protocol • $500M TVL
Building a sophisticated trading interface with advanced features like limit orders, batch swaps, and cross-chain arbitrage while maintaining security.
Used Weinvest's multi-signature wallets, batch operations, and DEX aggregation to create a professional trading platform.
"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."
See how much time and money you could save with Weinvest Core SDK
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 |
Choose the plan that fits your needs. Scale as you grow. No hidden fees, no surprises.
For growing applications
For large-scale applications
All plans include our core features: Account abstraction, multi-chain support, and developer tools
View detailed feature comparison →