Integration Layer

Solident is not just a wallet, it is an access layer designed to plug into the broader Solana ecosystem.

The integration layer makes it possible for Solident to communicate with dApps, liquidity aggregators, and external platforms without exposing sensitive identity data.


"Connect everywhere, without giving away who you are."


dApp Session Integration

  • When a user logs in, Solident generates a short-lived session token.

  • dApps can accept this token instead of seed phrases or wallet extensions.

  • Tokens prove that the user passed biometric + pattern checks locally.

  • Developers integrate Solident login using lightweight APIs or SDK hooks.


Jupiter v6 Swap Integration

  • Solident natively integrates with Jupiter v6, Solana’s leading liquidity aggregator.

  • Users can swap SOL and SPL tokens directly inside the wallet.

  • Transaction signing is done locally with biometric confirmation, then broadcast via Helius RPC.

  • Eliminates the need for separate swap UIs or extensions swaps feel seamless.


RPC Provider (Helius)

  • All blockchain interactions use Helius RPC.

  • Benefits include:

    • Faster transaction propagation

    • Real-time balance updates

    • Reliable confirmation tracking

  • Helius reduces failed transactions and enhances Solident’s UX across all integrations.


SDK & API (Planned)

  • A developer SDK will provide standardized methods for adding Solident login to any Solana dApp.

  • API endpoints will handle:

    • Session token verification

    • Wallet balance queries

    • Transaction relay via Helius

  • Goal: make integrating Solident as simple as adding OAuth in Web2 apps.


Security Principles

  • Session isolation: Tokens are scoped per dApp and expire quickly.

  • Local signing: Private keys never leave the enclave, even when interacting with third-party dApps.

  • Privacy-first: dApps see only the session proof, not biometric or raw identity data.


The integration layer makes Solident more than a standalone wallet, it becomes the biometric gateway to Solana DeFi, swaps, and eventually the wider Web3 ecosystem.

Last updated