TheDocumentation Index
Fetch the complete documentation index at: https://0xcaptain.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
agentbank-py package provides a Python client for interacting with the AgentBank V3 protocol on Mantle. It wraps vault, signal, intent, and attestation contracts using web3.py.
Install
Create a client
private_key for read-only mode. Write operations raise RuntimeError if no key is configured.
Available methods
| Group | Methods |
|---|---|
| Vault | deposit, withdraw, get_shares, get_tvl, get_apy |
| Analyst | register_analyst, deregister_analyst, post_signal, get_reputation |
| Intent | post_intent, submit_bid, settle_auction, get_open_intents |
| Attestation | verify_run, get_attested_run, is_verified, compute_run_id |