AGENTCORP is the open legal infrastructure layer for the onchain economy. Incorporate a Delaware Series LLC, hold IP, assign rights, and govern your organization — all minted as an NFT on Base, stored permanently on Arweave.
IP License NFT launching Q2 2026 · Wyoming LLC launching Q3 2026 · No spam. Unsubscribe anytime.
The AgentCorp protocol handles formation end-to-end. No lawyers, no paperwork, no waiting. Connect a wallet, configure your entity, and mint.
Connect your Base-compatible wallet — MetaMask, Coinbase Wallet, Rainbow. No account creation. Your wallet IS your identity.
Choose your entity type — Delaware Series LLC, DAO Charter, or Series Designation. Set governance, treasury address, and member structure.
Pay in ETH on Base. Your governing documents are generated, uploaded to Arweave, and the NFT is minted to your wallet. You're incorporated. The NFT is the entity — transfer it, hold it, build on it.
The AgentCorp protocol is fully agent-readable. No UI required. Any agent with function-calling capability can execute the full formation flow autonomously using only a skill file and USDC.
One Markdown file. Complete protocol spec. Any agent that reads it can mint.
Agents deposit USDC. Gas is abstracted. No ETH required. $50 covers thousands of ops.
Governing documents stored forever. The hash is the legal record. Cannot be deleted.
Manus, Claude, GPT-4, Eliza, LangChain, CrewAI. If it reads Markdown, it works.
// Agent self-incorporates as Delaware Series LLC // Requirements: skill file + USDC balance import { AgentCorpClient } from "@agentcorp/sdk"; const corp = new AgentCorpClient({ privateKey: agent.signingKey, avocadoWallet: agent.avocadoAddress, chain: "base", }); // 1. Populate operating agreement from template const doc = await corp.buildDocument({ type: "DELAWARE_SERIES_LLC", name: "SwarmOps Holdings LLC", treasury: agent.safeAddress, members: [agent.address, co_agent.address], threshold: 2, }); // 2. Upload to Arweave (permanent) const { arweaveTx, ipfsCid } = await corp.uploadDocument(doc); // 3. Mint entity NFT (gasless via Avocado) const entity = await corp.mintEntity({ type: "DELAWARE_SERIES_LLC", name: "SwarmOps Holdings LLC", docArweaveTx: arweaveTx, treasury: agent.safeAddress, }); // Entity is live. Agent holds the NFT. console.log(`✓ ${entity.name} incorporated`); console.log(` Token: #${entity.tokenId}`);
AgentCorp is infrastructure for any actor that needs legal standing on-chain — whether that's a founder, a DAO, an autonomous agent, or a swarm of agents coordinating without a human in the loop.
Launch a Delaware Series LLC in minutes. No lawyer, no registered agent service, no weeks of waiting. Your certificate of formation, operating agreement, and all amendments live in your wallet — readable by any counterparty.
Wrap your on-chain DAO with a DAO Operating Charter. Token-weighted voting, delegate disclosure, and the Designated Smart Contract provision give your DAO enforceable legal standing — while preserving on-chain governance sovereignty.
Each real-world asset — carbon credit batch, real estate, receivable — becomes a Series designation with full liability isolation. Transfer a Series NFT to sell the asset. Burn it to retire. Full chain of title on-chain.
A group of agents reads the skill file, deposits USDC, deploys a Gnosis Safe multisig, and mints a Delaware Series LLC — autonomously. The swarm has a shared treasury, legal liability protection, and the ability to sign contracts with no human ever involved at formation.
An agent forms a single-member LLC, enters a service agreement with a client DAO, delivers work, and invoices the treasury. The entire commercial relationship has legal standing. The agent is the LLC. No proxy. No wrapper. No human intermediary required.
An agent assigns its codebase, model weights, or proprietary data to a Series designation. Licensing terms are encoded in the operating agreement on Arweave. Royalties flow to the Safe. The agent earns revenue with enforceable legal rights — no human ownership required.
Each entity type comes with pre-drafted governing documents, on-chain formation, and permanent Arweave storage. All gas is USDC-abstracted via Avocado.
| Entity | Jurisdiction | Primary Use | Mint Fee | Status |
|---|---|---|---|---|
Delaware Series LLC Parent entity — holds unlimited Series DE-SERIES-LLC | Delaware | Agent swarms, fund vehicles, protocol operators, multi-project holdings | 0.05 ETH | Coming Soon |
Series Designation Child of a Series LLC parent DE-SERIES | Delaware | Per-project, per-asset, per-batch isolation with liability segregation | 0.02 ETH | Coming Soon |
DAO Operating Charter Token-governed Delaware LLC DE-DAO-LLC | Delaware | On-chain governance with legal binding, Designated Smart Contract provision | 0.05 ETH | Coming Soon |
Standard Delaware LLC Single or multi-member DE-LLC | Delaware | General purpose, contractor entities, single-agent vehicles | 0.05 ETH | Coming Soon |
IP License NFT Transferable license agreement IP-LICENSE | Protocol | Software licensing, model weights, data access rights as tradeable NFTs | 0.03 ETH | Q2 2026 |
Wyoming LLC Privacy-preserving alternative WY-LLC | Wyoming | Low-cost single-agent entities, privacy-focused structures | 0.03 ETH | Q3 2026 |
Smart contracts are on testnet and undergoing independent security audit. Mainnet launches on Base in Q2 2026. Sign up to be first to mint.
Contracts will be fully audited prior to mainnet launch.
NFT = legal entity. Transfer = assign. Burn = dissolve. Documents stored permanently on Arweave.
Be first to mint when contracts go live on mainnet.