Overview

What is Crefy Connect?

Crefy Connect is a comprehensive wallet connect infrastructure designed to simplify Web3 integration for modern applications. It provides developers with powerful tools to create seamless user experiences while maintaining security and decentralization.

The Problem We Solve

Traditional Web3 Onboarding

  • • Complex wallet setup process
  • • Seed phrase management burden
  • • High gas fees for transactions
  • • Poor user experience
  • • Limited OnRamp/OffRamp providers

With Crefy Connect

  • Social login wallet creation
  • No seed phrase required
  • Gasless transactions
  • Web2-like experience
  • Built-in fiat on/offramps

Core Architecture

Crefy Connect is built on a modular architecture that allows developers to pick and choose the components they need for their specific use case.

Client SDK
Frontend integration layer
SDK Integrationjavascript

import { CrefyProvider } from 'crefy-connect'

// CrefyProvider config
const config = {
  socialLogins: socialLogins,
  crefyId: "1234567890", // Should replace with the appId 
  appearance: {
    primaryColor: "#000000",
    secondaryColor: "#000000",
  },
};

// Wrap your app with CrefyProvider
<CrefyProvider config={config}>
  Children 
</CrefyProvider>
}
Backend APIs
Coming Soon
Server-side wallet management
API Endpointsbash
# Authentication
POST /api/v1/auth/login

# Wallet operations  
GET /api/v1/wallets/{address}
POST /api/v1/wallets/create

# ENS operations
POST /api/v1/ens/claim-subname
GET /api/v1/ens/resolve/{name}

Key Benefits

Developer Experience
  • • Simple SDK integration
  • • Comprehensive documentation
  • • TypeScript support
  • • Testing sandbox
  • • CLI tools
User Experience
  • • Familiar social login
  • • Instant wallet creation
  • • Gasless transactions
  • • Mobile-first design
  • • Recovery options
Enterprise Ready
  • • SOC 2 compliance
  • • 99.9% uptime SLA
  • • Multi-region deployment
  • • 24/7 support
  • • Custom integrations

How It Works

The Crefy Connect flow is designed to be as simple as possible while maintaining security and decentralization:

1
User Login
Social provider authentication
2
Wallet Creation
Smart wallet deployment
3
App Integration
Connect to your dApp
4
Transaction
Gasless execution

Supported Networks

Crefy Connect supports multiple blockchain networks with more being added regularly:

Mainnet Support
  • • Ethereum
  • • Polygon
  • • Arbitrum
  • • Optimism
  • • Base
  • • Lisk
  • • Avalanche
  • • Scroll
Testnet Support
  • • Sepolia
  • • Mumbai
  • • ArbitrumSepolia
  • • OptimismSepolia
  • • BaseSepolia
  • • LiskTestnet
  • • AvalancheFuji
  • • ScrollSepolia

Ready to start building?

Get started with Crefy Connect and transform your Web3 user experience