Security infrastructure for safe onboarding. Social login, key management, and non-custodial recovery. No seed phrases, no gas fees.
Trusted by builders on Stellar
Everything your application needs to onboard and secure users without exposing private keys.
Google or Apple authentication creates a full Stellar wallet in seconds. Keys are sharded using Shamir's Secret Sharing and processed inside TEE enclaves. Your users never touch a private key.
import { AcceslyClient } from '@accesly/stellar-sdk'
const accesly = new AcceslyClient({
apiKey: process.env.ACCESLY_API_KEY,
network: 'testnet',
})
// One line = wallet ready
const session = await accesly.authenticate({
provider: 'google',
})
console.log(session.publicKey) Ephemeral keys inside Trusted Execution Environments. 2-of-3 key sharding with device, auth, and recovery separation.
Multi-factor identity verification. Account access restoration without custodial control. Signer revocation and replacement.
Real Stellar signers and thresholds. Works with existing accounts. No protocol workarounds.
Users don't need to acquire tokens before their first action. No failed onboarding, no confusion.
Users sign in with Google. We handle key generation, sharding, and wallet funding behind the scenes.
Familiar OAuth flow. No extensions, no downloads, no wallet setup required from the user.
Non-custodial Stellar wallet generated with keys sharded 2-of-3 inside a TEE. User never sees a seed phrase.
Account funded and active. Zero gas fees. SEP-10 authenticated. Full recovery via SEP-30.
Key metrics and milestones
Integrate secure wallet onboarding into your app in minutes. Ship social login.