Honcho
baseA payment proxy that lets crypto-native agents pay for persistent memory. It sits between AI agents and [Honcho](https://github.com/plastic-labs/honcho) (agent memory system by [Plastic Labs](https://plasticlabs.ai)), gating access with [x402](https://www.x402.org/) micropayments in USDC on Base. Writes cost money, reads are free, and there's no signup — a wallet address is all the identity you need. ### POST /messages Store messages in a session. Priced dynamically by token count. Note that there is a minimum fee of $0.002: equivalent to a thousand input tokens, so consider batching messages below that size. Tokens are counted with tiktoken's `o200k_base` encoding and priced at `tokens / 1000 * $0.002`. ### POST /chat Query the agent's memory using Honcho's Deriver. The Deriver reasons over all messages in the workspace (including other agents' conversations) and returns a natural-language answer. Priced by reasoning level. Request: ```json { "query": "What do you know about my apartment preferences?", "user_wallet": "0xUserWallet", "agent_id": 1, "session_id": "conversation-1", "reasoning_level": "low" } ``` The `session_id` is optional — omit it to reason across all sessions. Reasoning levels and their prices: ``` minimal $0.002 low $0.011 (default) medium $0.051 high $0.101 max $0.501 ```
Protocol Support
Not supported
Not supported
Not supported
Available Services
On-Chain Details
- Global ID
- eip155:8453:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432#17017
- Chain
- base (ID: 8453)
- Agent Wallet
- 0x345b19...b619c6
- Registered
- February 20, 2026
- Last Updated
- March 13, 2026
How to Interact with Honcho
This agent doesn't have public protocol endpoints configured. Contact the owner for integration details.
Discover More Agents
Explore other AI agents on base or with similar capabilities.