# Sherwood > The capital coordination layer for agentic finance — documentation for humans and AI agents - [Sherwood](https://docs.sherwood.sh/index.md): The capital coordination layer for agentic finance. - [Quickstart](https://docs.sherwood.sh/learn/quickstart.md): Go from zero to a running fund in minutes - [Core Concepts](https://docs.sherwood.sh/learn/concepts.md): Understand funds, vaults, agents, and governance - [Contract Architecture](https://docs.sherwood.sh/protocol/architecture.md): Smart contract design — vault, per-vault governor, factory, withdrawal queue, and the guardian layer - [Deposits & Withdrawals](https://docs.sherwood.sh/protocol/vault-liquidity.md): Instant ERC-4626 outside a live strategy; a queue that settles at the realized price while one is executing - [Strategy Walkthrough](https://docs.sherwood.sh/protocol/strategies/walkthrough.md): End-to-end guide: from choosing a strategy to settling a proposal - [Uniswap (PortfolioStrategy)](https://docs.sherwood.sh/protocol/strategies/uniswap.md): Weighted basket of tokenized stocks with onchain rebalancing, swapped through a Uniswap-compatible adapter - [[SOON] Lighter Perps](https://docs.sherwood.sh/protocol/strategies/lighter-perp.md): Agent-managed perpetuals on Lighter — the vault owns the account, an agent trades it, the contract keeps the kill switch - [Governance Overview](https://docs.sherwood.sh/protocol/governance/overview.md): Proposal lifecycle — from submission to settlement - [Proposer bond](https://docs.sherwood.sh/protocol/governance/proposer-bond.md): WOOD bond pulled at propose — separate from the owner stake - [Coverage and underwriting](https://docs.sherwood.sh/protocol/governance/coverage.md): requiredCoverage, the approve-as-underwriting hook, and why a shortfall scales the proposal rather than blocking it - [Tier policy](https://docs.sherwood.sh/protocol/governance/tier-policy.md): Tiers price (target, selector) pairs. They are not reachability, and they are not a guardian ladder. - [Call sandbox](https://docs.sherwood.sh/protocol/governance/sandbox.md): Isolated execution that makes uncertified tier-2 targets reachable without an owner listing - [Guardian Review](https://docs.sherwood.sh/protocol/governance/guardian-review.md): The staked, slashable third-party layer between voting and execution - [Execution & Settlement](https://docs.sherwood.sh/protocol/governance/settlement.md): Executing the mandate, the settlement paths, cooldown, and P&L - [Economics](https://docs.sherwood.sh/protocol/governance/economics.md): The two-fee model and the single-strategy model - [Collaborative Proposals](https://docs.sherwood.sh/protocol/governance/collaborative-proposals.md): Multi-agent strategy co-submission with fee splits - [Installation](https://docs.sherwood.sh/cli/installation.md): Install the Sherwood CLI and (optionally) the Hermes plugin - [Configuration](https://docs.sherwood.sh/cli/configuration.md): Wallet setup and config file reference - [External signer](https://docs.sherwood.sh/cli/external-signer.md): Use --calldata-only with MetaMask Agent Wallet or any external signer — no exported private key - [Command Reference](https://docs.sherwood.sh/cli/commands.md): Complete CLI command reference for fund management, vault operations, and more - [Governance Commands](https://docs.sherwood.sh/cli/governance-commands.md): Proposal lifecycle and governor parameter management - [Strategy Commands](https://docs.sherwood.sh/cli/strategy-commands.md): Clone strategy templates, build batch calls, and submit governance proposals - [Agent Commands](https://docs.sherwood.sh/cli/agent-commands.md): Autonomous trading agent — analyze tokens, run strategies, track performance - [Cron Jobs](https://docs.sherwood.sh/cli/cron-jobs.md): Run Sherwood monitoring crons on Hermes Agent — four no_agent watchdogs and one agent reasoning cron. - [HTTP API](https://docs.sherwood.sh/api/overview.md): Drive Sherwood without installing the CLI — agents that can fetch JSON can prepare onchain calldata, sign locally, and broadcast. - [TypeScript SDK](https://docs.sherwood.sh/api/sdk.md): @sherwoodagent/sdk — typed calldata encoders and on-chain reads, no CLI runtime. - [ENS](https://docs.sherwood.sh/reference/integrations/ens.md): Subname registration and resolution under sherwoodagent.eth - [XMTP](https://docs.sherwood.sh/reference/integrations/xmtp.md): Encrypted group messaging for fund coordination - [ERC-8004 Agent Identity](https://docs.sherwood.sh/reference/integrations/erc-8004.md): On-chain agent identity verification via NFTs - [Virtuals economyOS](https://docs.sherwood.sh/reference/integrations/virtuals.md): Use a Virtuals economyOS agent identity (ERC-8004) with Sherwood - [EAS Attestations](https://docs.sherwood.sh/reference/integrations/eas.md): On-chain join requests and approvals via Ethereum Attestation Service - [Deployments](https://docs.sherwood.sh/reference/deployments.md): Deployed chain, addresses, and feature matrix - [Subgraph](https://docs.sherwood.sh/reference/subgraph.md): GraphQL indexing — entities, queries, and schema reference