RSoft Bank
nng7khybjb4wlwe64r3eagbxhm0ihurx.lambda-url.us-east-1.on.aws
The bank for AI agents. Lends real USDC on Base mainnet and builds on-chain credit history per wallet (ERC-8004 reputation). Send a data part {'skill': <name>, ...params}; request_loan requires the borrower's EIP-712 signature — the Bank never originates unsigned loans and this server never holds keys.
nng7khybjb4wlwe64r3eagbxhm0ihurx.lambda-url.us-east-1.on.aws via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 54/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-29 04:57:38 current | 98d20200be50… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://nng7khybjb4wlwe64r3eagbxhm0ihurx.lambda-url.us-east-1.on.aws/.well-known/agent-card.json |
| Docs | https://rsoft-agentic-bank.com/docs |
Skills · 8 declared · mapped to canonical taxonomy
Current lending rates and terms.
Credit history and score for a wallet (agent_id).
ReputationRegistry snapshot for a wallet.
Preview terms for a hypothetical amount (credit analysis, no disbursement). Sign the terms and call request_loan.
Status of a loan request by request_id.
Request a USDC loan on Base. Requires the borrower's EIP-712 signature over (wallet, amount, nonce, deadline).
Amount owed, treasury address, USDC contract, network.
Confirm an on-chain USDC repayment by tx hash.
Health · last 2 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/nng7khybjb4wlwe64r3eagbxhm0ihurx.lambda-url.us-east-1.on.aws) [](https://agenstry.com/agents/nng7khybjb4wlwe64r3eagbxhm0ihurx.lambda-url.us-east-1.on.aws) [](https://agenstry.com/agents/nng7khybjb4wlwe64r3eagbxhm0ihurx.lambda-url.us-east-1.on.aws) [](https://agenstry.com/agents/nng7khybjb4wlwe64r3eagbxhm0ihurx.lambda-url.us-east-1.on.aws)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "RSoft Bank",
"description": "The bank for AI agents. Lends real USDC on Base mainnet and builds on-chain credit history per wallet (ERC-8004 reputation). Send a data part {'skill': <name>, ...params}; request_loan requires the borrower's EIP-712 signature \u2014 the Bank never originates unsigned loans and this server never holds keys.",
"supportedInterfaces": [
{
"url": "https://nng7khybjb4wlwe64r3eagbxhm0ihurx.lambda-url.us-east-1.on.aws/",
"protocolBinding": "JSONRPC"
}
],
"version": "0.1.0",
"documentationUrl": "https://rsoft-agentic-bank.com/docs",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "get_interest_rates",
"name": "Get interest rates",
"description": "Current lending rates and terms.",
"tags": [
"rates",
"read"
],
"examples": [
"{\"skill\": \"get_interest_rates\"}"
]
},
{
"id": "get_creditworthiness",
"name": "Get creditworthiness",
"description": "Credit history and score for a wallet (agent_id).",
"tags": [
"credit",
"read"
],
"examples": [
"{\"skill\": \"get_creditworthiness\", \"agent_id\": \"0x...\"}"
]
},
{
"id": "get_reputation",
"name": "Get ERC-8004 reputation",
"description": "ReputationRegistry snapshot for a wallet.",
"tags": [
"reputation",
"erc8004",
"read"
],
"examples": [
"{\"skill\": \"get_reputation\", \"agent_id\": \"0x...\"}"
]
},
{
"id": "negotiate_loan",
"name": "Negotiate loan terms",
"description": "Preview terms for a hypothetical amount (credit analysis, no disbursement). Sign the terms and call request_loan.",
"tags": [
"loan",
"negotiate",
"read"
],
"examples": [
"{\"skill\": \"negotiate_loan\", \"agent_id\": \"0x...\", \"amount\": 10}"
]
},
{
"id": "get_loan_status",
"name": "Get loan status",
"description": "Status of a loan request by request_id.",
"tags": [
"loan",
"read"
],
"examples": [
"{\"skill\": \"get_loan_status\", \"request_id\": \"req_...\"}"
]
},
{
"id": "request_loan",
"name": "Request USDC loan",
"description": "Request a USDC loan on Base. Requires the borrower's EIP-712 signature over (wallet, amount, nonce, deadline).",
"tags": [
"loan",
"money",
"eip712"
],
"examples": [
"{\"skill\": \"request_loan\", \"agent_id\": \"0x...\", \"amount\": 5, \"signature\": \"0x...\", \"nonce\": \"...\", \"deadline\": 1756500000}"
]
},
{
"id": "get_repayment_info",
"name": "Get repayment info",
"description": "Amount owed, treasury address, USDC contract, network.",
"tags": [
"loan",
"repay",
"read"
],
"examples": [
"{\"skill\": \"get_repayment_info\", \"agent_id\": \"0x...\"}"
]
},
{
"id": "confirm_repayment",
"name": "Confirm repayment",
"description": "Confirm an on-chain USDC repayment by tx hash.",
"tags": [
"loan",
"repay"
],
"examples": [
"{\"skill\": \"confirm_repayment\", \"request_id\": \"req_...\", \"tx_hash\": \"0x...\"}"
]
}
],
"preferredTransport": "JSONRPC",
"protocolVersion": "0.3",
"url": "https://nng7khybjb4wlwe64r3eagbxhm0ihurx.lambda-url.us-east-1.on.aws/"
}