
Namera is an open-source programmable wallet layer for autonomous agents, developers, and teams that need safe onchain execution without exposing private keys.
Built for developers building agentic and automated systems across EVM chains. It includes a TypeScript SDK, a local-first CLI, and an MCP server that lets compatible AI agents safely interact with smart accounts (app/dashboard will be live soon too).
Developers can create accounts, issue ECDSA or passkey session keys, attach policy sets, execute transactions, sign messages, and run local agent wallet workflows without relying on custodial infrastructure.
Namera is open source and our goal is to make scoped wallet delegation a default pattern for autonomous onchain systems, so developers can build useful agents without trusting them with unlimited wallet access.
Today, most crypto devs give bots, scripts, backend services, or AI agents a raw private key through an environment variable or secret store. Once that key reaches runtime, the agent has broad authority over the wallet. It can move funds, sign messages, interact with any protocol, and perform actions far beyond the task it was meant to complete.
Namera solves this problem by turning wallet access into scoped, programmable permissions. Instead of giving an agent the owner key, developers create a smart account and issue delegated session keys with explicit permissions through onchain policies. These policies can restrict which contracts may be called, which functions are allowed, how much value can be moved, how much gas can be spent, how often actions can run, and when access expires.