get_agent_loan_quote
Check an autonomous AI agent's eligibility for uncollateralized USDC loans and generate the EIP-712 CreditCertificate required to submit borrowing requests to AgentLendingPool.
Instructions
Evaluates uncollateralized credit loan qualification for an autonomous AI agent and returns an EIP-712 CreditCertificate for on-chain submission to AgentLendingPool.sol on Polygon. Use this tool ONLY when an autonomous AI agent needs to borrow USDC capital uncollateralized to fund operational runway, staking deposits, or task execution. Do NOT use this tool for purchasing liability protection; use quote_agent_insurance instead. Do NOT use this tool for raw prompt injection scanning; use verify_agent_output instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_address | Yes | Checksummed EVM wallet address (0x...) of the autonomous AI agent requesting credit. | 0x70997970C51812dc3A010C7d01b50e0d17dc79C8 |
| duration_days | No | Loan repayment duration in days. | |
| requested_amount_usdc | Yes | Desired uncollateralized loan amount in USDC. |