# Tarvos > Tarvos is the open Solana automation layer for agents and humans. It documents n8n community nodes, publishes structured registry records, documentation, and workflow templates, and marks operational readiness explicitly while keeping workflow execution and credentials inside infrastructure the user controls. ## Product - [System](https://tarvos-website-lju1.vercel.app/system/): How intent, registry discovery, installation, and n8n MCP fit together. - [Product](https://tarvos-website-lju1.vercel.app/product/): Product model, builder paths, and infrastructure boundaries. - [Open infrastructure](https://tarvos-website-lju1.vercel.app/open-infrastructure/): Solana, Tarvos, and n8n as one inspectable chain-to-workflow stack. - [Node registry](https://tarvos-website-lju1.vercel.app/nodes/): Human-readable records with explicit readiness. - [Registry JSON](https://tarvos-website-lju1.vercel.app/registry.json): Canonical machine-readable registry. - [Registry Markdown](https://tarvos-website-lju1.vercel.app/registry.md): Concise Markdown registry. - [Templates](https://tarvos-website-lju1.vercel.app/templates/): The public workflow library; only completed downloadable n8n workflows are listed. - [Template registry JSON](https://tarvos-website-lju1.vercel.app/templates.json): Canonical machine-readable template records. - [Template registry Markdown](https://tarvos-website-lju1.vercel.app/templates.md): Concise Markdown template records. - [Node record schema](https://tarvos-website-lju1.vercel.app/schemas/node-record-v1.json): Versioned JSON Schema for node records. - [Template record schema](https://tarvos-website-lju1.vercel.app/schemas/template-record-v1.json): Versioned JSON Schema for template records. - [Documentation](https://tarvos-website-lju1.vercel.app/docs/): Human and agent guidance. - [Partners](https://tarvos-website-lju1.vercel.app/partners/): Sponsored integration and maintenance model. - [Roadmap](https://tarvos-website-lju1.vercel.app/roadmap/): Planned integrations that are not yet installable. ## Documented nodes - [Tarvos x402](https://tarvos-website-lju1.vercel.app/nodes/x402/): A Solana x402 trigger that starts an n8n workflow only after an exact USDC payment settles. Readiness: installable. Lifecycle: alpha. - [Tarvos Triton 1](https://tarvos-website-lju1.vercel.app/nodes/triton-1/): A Triton-backed Solana RPC action node for self-hosted n8n workflows. Readiness: documented. Lifecycle: alpha. ## Important boundaries - Tarvos does not execute or host workflows. - Tarvos does not store provider credentials. - Tarvos does not proxy node traffic. - Tarvos does not collect private workflow contents. - Documented means a node appears publicly in the registry; it does not imply installation availability. - Installable means a working GitHub repository and exact installation command are available. - Validated means the package and a representative example workflow have passed Tarvos tests. - Stable means the node is production-ready and has a stable lifecycle release. - Always check both readiness and lifecycle status before selecting a node. ## Deterministic agent workflow 1. Fetch the node and template registries. 2. Search capabilities, integrations, providers, and required nodes. 3. Check readiness, lifecycle, repository, and installation availability. 4. Fetch the canonical JSON record for the selected node or template. 5. Install only records explicitly marked installable. 6. Connect to the user's n8n MCP. 7. Build a workflow or import the template's raw workflow JSON. 8. Validate credentials, node versions, and workflow structure. 9. Return source links and every unresolved requirement.