Skip to content
@cavos-labs

Cavos

Bridging the gap between blockchain and mainstream apps

Cavos Labs

Invisible Crypto Infrastructure for Starknet - Bridging the gap between blockchain and mainstream apps

Website Twitter

About Us

Cavos Labs builds infrastructure that makes interacting with Starknet seamless. We provide powerful SDKs and smart contract architectures that integrate gasless transactions, invisible wallets via OAuth (Apple/Google), and autonomous AI agent session keys directly into your applications.

Our Mission

Remove the friction from Web3. No seed phrases, no wallet popups, just standard social logins and seamless on-chain execution powered by Starknet Account Abstraction and Enshrined Paymasters.

📦 What We're Building

Core Repositories

  • 🧠 cavos-skills - Comprehensive knowledge base for the Cavos React SDK — enabling AI agents to understand Starknet account abstraction via OAuth, session keys, and gasless transactions.
  • 📱 react - The core @cavos/react TypeScript library for managing in-app wallets seamlessly tied to social logins on Starknet.
  • ⚛️ react-native - Cavos React Native package bringing account abstraction and invisible wallets to mobile platforms.
  • 📜 cavos - The core Cairo smart contracts including our highly-optimized RSA signature verification and Account Abstraction logic.
  • 🤖 agent - Web view interface for administering and managing agent Session Keys.
  • 🚀 create-cavos-app - Quickstart CLI and templates to bootstrap your Cavos-powered Starknet dApps instantly.
  • 📖 docs - Official comprehensive documentation for integrating Cavos SDKs.

🛠 Features

  • OAuth Account Abstraction: Deploy Starknet Smart Accounts entirely controlled by JWT tokens (Apple/Google).
  • Session Keys: Issue granular session keys to allow AI agents or background services to perform transactions on your behalf without multiple prompts.
  • Gasless Transactions: Built-in support for SNIP-29 Enshrined Paymaster standard, ensuring robust and decentralized transaction sponsorship.
  • Highly Optimized Cairo: Industry-leading gas optimizations using Karatsuba algorithms for RSA signature verification on-chain.

💻 Integration Examples

React App

import { CavosProvider } from '@cavos/react';

export default function App({ children }) {
  return (
    <CavosProvider 
      appId="your_app_id"
      network="sepolia"
    >
      {children}
    </CavosProvider>
  );
}

📬 Get in Touch


Making Starknet invisible, one integration at a time.

Pinned Loading

  1. cavos-web cavos-web Public

    TypeScript 2 4

  2. stap-mobile stap-mobile Public

    Simple react native mobile app using invisible Starknet Accounts

    1

  3. stap-contracts stap-contracts Public

    Cairo repo for Stap app

    Cairo 1

Repositories

Showing 10 of 44 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…