# Altana Network > Altana gives every AI agent a Smart Agentic Wallet that acts on any open protocol. One integration, entirely self custodial: the owner sets the rules and can revoke them at any time. Live on mainnet across BNB Chain, Ethereum, and Base, with the same wallet address on every chain. Altana is operated by Serendipity Global Inc., a Delaware corporation doing business as Altana Network. The Altana protocol itself is an open, self custodial authorization protocol made of open source smart contracts deployed on permissionless public blockchains. Anyone may interact with the deployed contracts directly, without using Altana's interfaces. Altana never takes custody of funds or keys. Permissions are verifiable, revocable, and owned by no vendor. One permission works across BNB Chain, Ethereum, and Base. ## The three layers - Account layer, Smart Agentic Wallet + Keystore: a noncustodial account for every agent, and a neutral registry of exactly what each agent may do. Verifiable by anyone and instantly revocable by the owner. - Integration layer, SDK + MCP: a TypeScript SDK and an MCP server that plug straight into AI hosts like Claude and Cursor. An agent transacts in minutes, not months. - Execution layer, Intent relay: turns an agent's intent into an executed transaction. Every action is simulated before signing, with gas handled for the user. ## What the Keystore is The Keystore is a neutral registry of agent permissions, recorded onchain and owned by no one. Other platforms keep authorization inside their own backend; Altana puts it where everyone can see it. - Any app can check what an agent is allowed to do, even one that has never heard of Altana. No integration, no API key. - One permission works across BNB Chain, Ethereum, and Base. - Never locked to a vendor, including Altana. A permission record carries the things an owner actually cares about: which agent, a spend cap such as 250 USDC per day, an allowlist of approved apps or contracts, the chains it is valid on, and a validity window that lasts until the owner revokes it. Revocation takes one transaction and takes effect before the agent's next action. ## Who it is for **Platforms hosting agents.** Let every agent on your platform transact. Give thousands of agents the power to pay and operate without building wallet and permission infrastructure in house, and without taking custody. Integration is free, with no usage tiers. Neutral, verifiable, and free of lock in. - 1 integration: one Keystore scales permissions across an entire fleet of agents. - 0 custody: Altana never holds funds. Liability stays bounded by the limits each owner sets. - Instant: any permission, revoked in one call, effective before the next action. **Builders.** Start in minutes, not months. Install the SDK, set your limits, and your agents transact. It plugs into what you already run, from your own platform to hosts like Claude and Cursor. Your keys stay yours; Altana never takes custody. ## Install Install the TypeScript SDK: ``` npm install @altananetwork/sdk ``` Or add the MCP server to an AI host such as Claude or Cursor: ```json { "mcpServers": { "altana": { "command": "npx", "args": ["@altananetwork/mcp"] } } } ``` ## Pages - [Home](https://altana.network/): the product overview. Positioning, the problem with agents and money today, the three infrastructure layers, the Keystore, the platform and builder cases, and the FAQ. Section anchors: `#why` (Freedom, without losing control), `#product` (The rails for agent transactions), `#keystore` (Prove what your agents may do), `#platforms` (who it is for, platforms and builders), `#faq` (Questions, answered), `#demo` or `#book-demo` (opens the book a demo form). - [Architecture](https://altana.network/architecture): the technical explanation of the Keystore layer. Why one private key controlling everything is a single point of failure, how Altana separates asset management from signer management, what a keystore layer is, how keystore state reaches L2s through Merkle Patricia storage proofs verified against the L1 block hash with no bridge, oracle, or committee, and what multiple signers, native recovery, and instant multichain presence unlock. Closes on EIP 8141 frame transactions and the thesis that agents will run the financial system while humans keep the keys. - [Desktop App](https://altana.network/download): download Altana Desktop for macOS, Windows, and Linux. Run agents against your own wallet, with keys held in the system keychain and spend limits and contract allowlists you set. - [Privacy Policy](https://altana.network/privacy): how Altana collects, uses, and shares information across the website, the Explorer, the documentation, and the SDKs, including cookies, retention, international transfers, and EEA, UK, and California rights. Last updated 24 July 2026. - [Terms of Service](https://altana.network/terms): the terms governing use of the website, the Altana Explorer, the documentation, and the SDKs, including the self custodial and non intermediary disclaimers, responsibility for agent initiated transactions, fees, risk, warranty and liability limits, and arbitration. Last updated 24 July 2026. ## Products and surfaces - [Documentation](https://docs.altana.network): guides and API reference for the SDK, the MCP server, and the Keystore. The starting point for building. - [Altana Keystore Explorer](https://explorer.altana.network): browse Keystore state onchain. Look up an agent's registered permissions, caps, allowlists, and validity, and verify them independently. - [Skills](https://skills.altana.network): agent skills built on Altana. - [XP](https://xp.altana.network): the Altana XP program. - [Altana Desktop releases](https://github.com/altananetwork/altana-desktop-releases/releases/latest): every published desktop build, with checksums and older versions. ## Altana Desktop download endpoints Stable redirects that always resolve to the newest published build. Each returns a 302 to the matching asset on the latest GitHub release. - macOS, Apple Silicon: https://altana.network/api/download/mac-arm64 - macOS, Intel: https://altana.network/api/download/mac-x64 - Windows installer, covers Intel and Arm: https://altana.network/api/download/win-x64 - Windows, legacy Arm alias for the same installer: https://altana.network/api/download/win-arm64 - Linux AppImage, 64 bit: https://altana.network/api/download/linux-x64 - Linux AppImage, Arm: https://altana.network/api/download/linux-arm64 - Linux Debian package: https://altana.network/api/download/linux-deb The macOS build is signed with Altana's Developer ID and notarized by Apple. Windows warns on first run: choose More info, then Run anyway. The app updates itself, downloading in the background and installing on the next restart. ## FAQ **Who is Altana for?** Platforms building for AI agents. If your product hosts agents that need to hold and move money, Altana gives every one of them an agentic wallet with limits their owner sets, so you never build wallet and permission infrastructure in house or take custody. It also works for builders who want the agents they already run, like Claude and Cursor, to transact for them. **What is the Keystore?** The place where every agent's permissions live. It is a neutral registry recorded onchain, owned by no one and readable by anyone, so any app can check what an agent may do without integrating anything. **Does Altana hold my funds or keys?** No. Altana is noncustodial. Your keys stay yours, and Altana never sees them. **What can an agent actually do?** Exactly what you allow. You choose what it can spend, where it can act, and until when. Every action is checked against those limits onchain before it executes. **What if an agent goes rogue or gets manipulated?** It cannot act beyond the limits you set. You can revoke any permission instantly, the effect is immediate, and every transaction is simulated before it is signed. **Which chains and AI hosts does Altana support?** Altana is live on mainnet across BNB Chain, Ethereum, and Base, with the same wallet address on every chain. It reaches your agent through MCP hosts like Claude and Cursor, or directly through the TypeScript SDK. **How do I get started?** Install the SDK or the MCP server, connect your agent, and set your first limits. It takes minutes. ## What we believe - Control: people stay in command. Agents act only within limits their owner sets, changeable at any moment. - Security: safe by design. We protect what people put in an agent's hands by default, never as an afterthought. - Built for people: product first. We understand the person behind the agent and build technology that serves them. - Freedom: we automate what can be automated, so people spend their time on what matters. - Openness: infrastructure that answers to its users, never locked to a single platform. ## Ecosystem - [BNB Agent Studio](https://www.bnbchain.org/en/bnb-agent-studio): Altana powers Sovereign Agents in BNB Agent Studio. Builders keep their keys, grant session keys with caps, allowlists, and time bounds, reach any open protocol, and pay natively over x402 and b402, until the builder revokes. - [YZi Labs](https://www.yzilabs.com): EASY Residency. - [Build the Era by BNB Chain](https://www.bnbchain.org/en/hackathons/smart-money-era): hackathon carrying the Best Built by Altana prize. ## Links - [Website](https://altana.network) - [Documentation](https://docs.altana.network) - [Explorer](https://explorer.altana.network) - [Skills](https://skills.altana.network) - [XP](https://xp.altana.network) - [GitHub](https://github.com/altananetwork) - [X](https://x.com/altananetwork): @altananetwork - [Sitemap](https://altana.network/sitemap.xml) - Contact: founders@altana.network