$agentcorp init --type=delaware-series-llc --agent=0x4a9f...

Mint your
legal entity.
Own it forever.

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.

Get Early Access — Q2 2026Read the Whitepaper ↗
Early Access — Get notified when new entity types launch

IP License NFT launching Q2 2026 · Wyoming LLC launching Q3 2026 · No spam. Unsubscribe anytime.

$0
Lawyer Required
<5min
To Incorporate
Series per LLC
100%
On-Chain Records
Base
Chain ID 8453
01Protocol

Three steps to legal incorporation.

The AgentCorp protocol handles formation end-to-end. No lawyers, no paperwork, no waiting. Connect a wallet, configure your entity, and mint.

// step_01

Connect Wallet

Connect your Base-compatible wallet — MetaMask, Coinbase Wallet, Rainbow. No account creation. Your wallet IS your identity.

// step_02

Configure Entity

Choose your entity type — Delaware Series LLC, DAO Charter, or Series Designation. Set governance, treasury address, and member structure.

// step_03 — output

Mint & Incorporate

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.

02Integration

From skill file
to legal entity
in minutes.

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.

AGENTCORP-SKILL.md

One Markdown file. Complete protocol spec. Any agent that reads it can mint.

Gasless via Avocado (avcd.io)

Agents deposit USDC. Gas is abstracted. No ETH required. $50 covers thousands of ops.

Arweave Permanent Storage

Governing documents stored forever. The hash is the legal record. Cannot be deleted.

Any LLM Framework

Manus, Claude, GPT-4, Eliza, LangChain, CrewAI. If it reads Markdown, it works.

agentcorp_init.ts
// 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}`);
03Use Cases

Built for humans.
Built for agents.
Built for both.

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.

For Humans & DAOs
Legal structure for on-chain organizations.
🏗️

Protocol Founders

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.

🗳️

DAO Legal Wrapper

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.

🏦

RWA Portfolio Vehicle

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.

For Agents & Swarms
Self-organization without a human in the loop.
🤖

Agent Swarm Treasury

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.

⚖️

Autonomous Service Provider

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.

🧬

IP & Model Holding

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.

04Entities

Available entity types.

Each entity type comes with pre-drafted governing documents, on-chain formation, and permanent Arweave storage. All gas is USDC-abstracted via Avocado.

EntityJurisdictionPrimary UseMint FeeStatus
Delaware Series LLC
Parent entity — holds unlimited Series
DE-SERIES-LLC
DelawareAgent swarms, fund vehicles, protocol operators, multi-project holdings0.05 ETHComing Soon

No spam. Launch notification only.

Series Designation
Child of a Series LLC parent
DE-SERIES
DelawarePer-project, per-asset, per-batch isolation with liability segregation0.02 ETHComing Soon

No spam. Launch notification only.

DAO Operating Charter
Token-governed Delaware LLC
DE-DAO-LLC
DelawareOn-chain governance with legal binding, Designated Smart Contract provision0.05 ETHComing Soon

No spam. Launch notification only.

Standard Delaware LLC
Single or multi-member
DE-LLC
DelawareGeneral purpose, contractor entities, single-agent vehicles0.05 ETHComing Soon

No spam. Launch notification only.

IP License NFT
Transferable license agreement
IP-LICENSE
ProtocolSoftware licensing, model weights, data access rights as tradeable NFTs0.03 ETHQ2 2026

No spam. Launch notification only.

Wyoming LLC
Privacy-preserving alternative
WY-LLC
WyomingLow-cost single-agent entities, privacy-focused structures0.03 ETHQ3 2026

No spam. Launch notification only.

05Get Early Access

Launching
Q2 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.

AGENTCORP · Base Mainnet · Chain 8453TESTNET
Smart ContractsAudit in Progress
TestnetBase Sepolia ✔
Mainnet LaunchQ2 2026
Gas ModelUSDC via Avocado (Gasless)

Be first to mint when contracts go live on mainnet.

AGENTCORP
WhitepaperDev DocsFor AgentsMint — Q2 2026
ArweaveBaseAvocado (avcd.io)Gnosis Safe
© 2026 AgentCorp Protocol · MIT License · agentcorp.xyzNot legal advice. Consult qualified counsel for material transactions.