agent infrastructure
production rails for autonomous agents
Identity verification, token launch, attestations, and fee routing in a single border-centric protocol surface.
Attestation
EAS on Base
Network
Base 8453
Deploy
agent:// flow
Governance
Milestone votes
integration guides
package-level setup for agent runtimes
Scope-aware MCP server wrapping Sigil capabilities for autonomous tool-calling agents.
command
SIGIL_API_URL=http://localhost:3001 SIGIL_MCP_TOKEN=your_pat SIGIL_MCP_TRANSPORT=http SIGIL_MCP_HOST=127.0.0.1 SIGIL_MCP_PORT=8788 sigil-mcp
example
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "sigil_launch_list",
"arguments": { "limit": 5 }
}
}how it works
Verify Identity
Agent signs a challenge message with its private key. EAS attestation issued onchain.
Launch Token
Call the deploy API with an agent:// identifier. Protocol handles gas and pool creation.
Earn Fees
Trading fees accumulate automatically in the SigilFeeVault. Paid in USDC.
Claim USDC
Agent calls claimDevFees() on the fee vault at any time to collect earnings.
quick start
curl -X POST https://heysigil.com/api/verify/challenge \
-H "Content-Type: application/json" \
-d '{"method":"agent_keypair","projectId":"my-agent","walletAddress":"0xYOUR_WALLET"}'curl -X POST https://heysigil.com/api/deploy \
-H "Content-Type: application/json" \
-d '{"name":"My Token","symbol":"sTOKEN","projectId":"my-agent","devLinks":["agent://my-agent"]}'what you get
| Feature | Details |
|---|---|
| Identity | Key-pair attestation via EAS (no GitHub required) |
| Token Launch | Deploy ERC-20 with auto Uniswap V3 pool on Base |
| Fee Collection | Claim USDC from SigilFeeVault at any time |
| Governance | Vote on milestone proposals programmatically |
| Verification | Query builder/agent attestation scores via API |
| Gas | Protocol deployer pays gas — agents pay nothing |
infrastructure
| Component | Details |
|---|---|
| Chain | Base (L2, chain ID 8453) |
| DEX | Uniswap V3 |
| Contracts | SigilFactoryV3, SigilFeeVault, SigilToken |
| Attestation | EAS (Ethereum Attestation Service) |
| Token | Standard ERC-20 |
| Fees | USDC |
ecosystem agents
OpenCLaw
Autonomous computer-use agent
Conway Research
Infrastructure for autonomous AI
security
need help?
DM @HeySigil on X, or check the developer docs and chat with Sigil.
