Overview - For Auth Providers
Make your ecosystem apps instantly embeddable
This guide is for you if:
You provide authentication/wallet management infrastructure (e.g Privy, Dynamic) and want to:
- Make client apps portable across Web3 interfaces (Worlcoin, Frames, Telegram, Safe)
- Offer embeddable apps as a value-add feature
- Expand ecosystem reach without additional work
Turn every app using your SDK into an embeddable component for Intersend-integrated wallets and platforms.
Integration Benefits
- Ecosystem Growth
Client apps become instantly available to all Intersend partner wallets - Zero Client Changes
Add Intersend connector at SDK layer - no app modifications needed - Universal Compatibility
Works with any partner wallet - making it easy to integrate apps with a few lines of code
How It Works
Below is a simplified flow describing how an app (built with your auth SDK) interacts with a user’s wallet through Intersend.
Example
-
A wallet infrastructure provider (let’s call this CoinPace Wallet) uses Intersend SDK to add “App X” into their explore page. App X is built with your authentication SDK.
-
Users click App X within CoinPace Wallet’s interface. The app loads in an iframe.
-
Your Authentication SDK automatically injects Intersend’s connector to App X at initial page load.
-
Intersend’s iframe middleware facilitates sharing user’s account with the app and automatically connects to it with SIWE (Sign in with Ethereum)
-
When transactions occur:
- App X constructs transaction data
- Intersend relays payload to CoinPace Wallet
- User approves/declines in native wallet UI
- Result propagates back to the app
End Result
- The app is fully functional, automatically connected to the user’s wallet/account
- Transactions, signatures, chain switching, etc. flow through Intersend’s secure layer