Gavel Protocol Reference
get_protocol_referenceReturns the Gavel Protocol's complete on-chain reference data for the requested network: contract addresses, supported tokens (collateral and loan), key function signatures, operational conventions (like the Position NFT tokenId formula), and Etherscan/ABI references.
Use this tool when an agent needs to:
Look up a contract address before constructing a transaction
Get the function signature for placeBid, createAuction, repayLoan, etc.
Understand the tokenId convention for borrower vs lender position NFTs
Find an Etherscan link to verify a contract's source code
Confirm which loan tokens are whitelisted
This is descriptive data; no recommendation is provided. The agent is responsible for constructing, signing, and broadcasting any transactions via the user's own wallet. Aletheia never holds keys or dispatches transactions.
Returns: { network, chain_id, explorer, rpc_endpoints, status, contracts, tokens, key_functions, important_notes, abi_references }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network to look up. Default 'arbitrum-one' (mainnet, live protocol). Use 'arbitrum-sepolia' for the testnet deployment. | arbitrum-one |