Averis Protocol
MCP serverEverything elseWorking capital for autonomous AI agents, USDC advances against verified job receivables on Arc.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use Averis Protocol
From the project's README
As published by mosaro0224/averis-protocol in README.md.
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 scriptapi/server.mjs— V2 Express API with live chain readsapi/mcp.mjs— MCP/1.0 tool dispatcher (9 tools)api/agent-card.json— Agent capability manifestapi/openapi.json— OpenAPI 3.1 specscripts/— Utility scripts (wire.mjs, set-advance-rate.mjs, migrate-vault.mjs)web/— Static protocol interface (legacy V1 UI)
Local development
- Install Foundry and Bun.
- Copy
.env.exampleto.envand fill in contract addresses and RPC. - Run
forge test -vvvto execute all 60 contract tests. - Run
bun installthenbun startto start the API on port 3001.
See ARCHITECTURE.md and DEPLOYMENT.md for full details.
Agent discovery
Agents can discover Averis via:
GET https://api.averisprotocol.xyz/.well-known/agent-card.jsonGET https://api.averisprotocol.xyz/v1/discoverPOST https://api.averisprotocol.xyz/v1/mcp— MCP/1.0 tool interfaceGET 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).
Advanced
- Delivery
- averis-protocol MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
io-github-mosaro0224-averis-protocol- Source
- github.com/mosaro0224/averis-protocol
- Hosted endpoint
https://api.averisprotocol.xyz/mcp