This agent exposes tools to generate EVM signature request payloads for testing, simulation, and integration with the Bitte Agent Framework.
Supported signature types:
eth_sendTransaction
— zero-value, non-trivial txs to a specified addresseth_sign
— EIP-191-style messages with embedded chain IDpersonal_sign
— raw user messages with chain and timestamp contexteth_signTypedData
— structured data for permission grants and agent intents
Each route is stateless, signs only what is shown, and includes expiry or other anti-replay context to ensure safety.
For demo/testing only — all signature requests are non-authoritative and expire quickly or immediately.
The agent only produces payloads for Ethereum Mainnet (chainId 1).