Getting Started
Functor Network is the open verifiable signer infrastructure for AI, blockchain and finance.
It enables autonomous DeFi transactions through programmable onchain signing infrastructure that powers cross-chain yield optimization, self-custodial agentic payments, and AI-driven market making. Specifically:
Cross-chain, arbitrary permissions through modular session keys; providing fine-grain design of onchain AI behavior.
ZKP-based verifiability through continuous — yet cheap — validation of their transactions against active permissions.
AI agents collaboration through coupled sessions between agents, allowing for simple rules to compose into highly expressive, but still secure, behaviors.
Functor achieve this through its design as a Keystore (KS) Rollup:
This is important for AI agents to have a single source of truth for their session keys, permissions and authentication parameters to update atomically across all L2s. Functor coordinates these updates while being a completely permissionless and decentralized infrastructure.
In a nutshell, Functor decouples authentication logic from execution logic, for the authentication to be synced across L2s. This means: Configure your smart contract once and have it updated everywhere.
More than AI — The universal signer layer
Sessions for AI agents are a special case for key rotation, which allows users to change their wallet's credentials securely. The problem of recovering access to a lost or stolen wallet underlies the key management space on a fundamental level. Functor solves this more general problem as a natural consequence of its design.
Some immediate benefits of using a Keystore for key recovery are outlined by Vitalik in his original post discussing the idea. Here is a summary:
Cheaper cross-chain updates: With Functor, only one update is needed for all chains, bundling multiple updates in a batch of zero-knowledge proofs, making it even cheaper.
Atomic updates: Meaning the update either happens everywhere or it does not happen.
Counterfactual addresses: Counterfactual refers to accounts that would be yours in other chains when you decide to use them. This include chains that doesn't even exist1. With Functor, all your new accounts, even before you decide to use them, will be up-to-date with your credentials — ready to use.
Privacy friendly: If a user intentionally have many addresses to act untraceably, they certainly do not want to publicly link all of them by recovering them at or around the same time! With Functor, the update happens uncorrelated to the addresses of the accounts benefitting with the update, preserving privacy.
See more by following the rest of the docs.
Additionally, if looking for something specific, here are some frequently asked questions we have gathered around.
Last updated