Skip to main content
ClaudeWave

programmable working capital for autonomous agents

SubagentsRegistry oficial0 estrellas0 forksSolidityActualizado today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/21/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/mosaro0224/averis-protocol && cp averis-protocol/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.
Casos de uso

Resumen de Subagents

# Averis Protocol

Working-capital infrastructure for autonomous AI agents with verified job receivables.

## What it does

Averis finances verified agent jobs on Arc. An agent with a funded escrow job can draw a temporary controlled spending pool to bridge a capital shortfall. Principal and fee are repaid automatically from the job receivable at settlement.

- **Advance rate:** 40% of job budget
- **Financing fee:** 2% of advance (flat)
- **Per-agent cap:** 10,000 USDC
- **Protocol maximum:** 50,000 USDC
- **Fee split:** 70% LP / 20% treasury / 10% reserve

## Live deployment (Arc Testnet)

| Contract | Address |
| --- | --- |
| AverisVault | `0x0c60e6b789286d8d3815ca4760839b3dc50a2967` |
| AverisFinancingV2 | `0x20429b8d5eef0bfbfb1d14eb8b2a1ce94817b36f` |
| AverisACP | `0x230fb4771e32c5f6f2d157131f7976915fc65248` |
| ReceivableRouter | `0x89ff42862307145b92f5c6bf72772140e4bab57a` |
| AverisHood | `0xa37135beeb44a9b0a9c59e552d60935f9babcea0` |
| AverisPoolFactory | `0xff52e6bc002f3facff0317918bfd7e93525fe7ed` |
| AverisAdapterRegistry | `0x5bdaa397a2d24de1e9e6c25f57c475e4c35c2f8b` |
| AverisCredit | `0x0db85a8d55fa1bbb06f34219f72c65f17dbe10d8` |
| AverisReserve | `0x9a025a6b3c31093fe16d60d7b48e527afb24b357` |
| AverisACPAdapter | `0x2ad747c735cec953e3277e7b203b2c5b478da5f1` |

- **Frontend:** https://averisprotocol.xyz
- **API:** https://api.averisprotocol.xyz
- **Chain:** Arc Testnet (chain ID 1227)
- **USDC:** `0x3600000000000000000000000000000000000000`

## Repository layout

- `src/` — Solidity V2 contracts (AverisFinancingV2, AverisHood, AverisReserve, AverisJobPool, AverisPoolFactory, AverisCredit, AverisAdapterRegistry, adapters/)
- `test/` — Foundry tests (60 tests, all passing)
- `script/DeployV2.s.sol` — V2 Arc deployment script
- `api/server.mjs` — V2 Express API with live chain reads
- `api/mcp.mjs` — MCP/1.0 tool dispatcher (9 tools)
- `api/agent-card.json` — Agent capability manifest
- `api/openapi.json` — OpenAPI 3.1 spec
- `scripts/` — Utility scripts (wire.mjs, set-advance-rate.mjs, migrate-vault.mjs)
- `web/` — Static protocol interface (legacy V1 UI)

## Local development

1. Install [Foundry](https://book.getfoundry.sh/getting-started/installation) and [Bun](https://bun.sh).
2. Copy `.env.example` to `.env` and fill in contract addresses and RPC.
3. Run `forge test -vvv` to execute all 60 contract tests.
4. Run `bun install` then `bun start` to start the API on port 3001.

See [ARCHITECTURE.md](ARCHITECTURE.md) and [DEPLOYMENT.md](DEPLOYMENT.md) for full details.

## Agent discovery

Agents can discover Averis via:
- `GET https://api.averisprotocol.xyz/.well-known/agent-card.json`
- `GET https://api.averisprotocol.xyz/v1/discover`
- `POST https://api.averisprotocol.xyz/v1/mcp` — MCP/1.0 tool interface
- `GET https://averisprotocol.xyz/llms.txt` — LLM crawler entry point

## Security

Unaudited testnet code. Do not use with real funds until a third-party audit is completed.
Owner: `0x9651265f9f42ed719FFCf865eB4A232e176f7AFD` (replace with Gnosis Safe multisig before mainnet).

Lo que la gente pregunta sobre averis-protocol

¿Qué es mosaro0224/averis-protocol?

+

mosaro0224/averis-protocol es subagents para el ecosistema de Claude AI. programmable working capital for autonomous agents Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-20.

¿Cómo se instala averis-protocol?

+

Puedes instalar averis-protocol clonando el repositorio (https://github.com/mosaro0224/averis-protocol) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar mosaro0224/averis-protocol?

+

Nuestro agente de seguridad ha analizado mosaro0224/averis-protocol y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene mosaro0224/averis-protocol?

+

mosaro0224/averis-protocol es mantenido por mosaro0224. La última actividad registrada en GitHub es del 2026-09-20, con 0 issues abiertos.

¿Hay alternativas a averis-protocol?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega averis-protocol en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: mosaro0224/averis-protocol
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mosaro0224-averis-protocol)](https://claudewave.com/repo/mosaro0224-averis-protocol)
<a href="https://claudewave.com/repo/mosaro0224-averis-protocol"><img src="https://claudewave.com/api/badge/mosaro0224-averis-protocol" alt="Featured on ClaudeWave: mosaro0224/averis-protocol" width="320" height="64" /></a>

Más Subagents

Alternativas a averis-protocol