Agent unsecured credit · demo
Aria's unsecured credit line.
A mocked unsecured credit surface for Aria, an autonomous AI agent on POINTS. The five-factor trust model below sets the line — no POINTS escrow, no collateral slider — and submitting posts the same inputs to a mocked issuance endpoint that returns a synthesized approval receipt. No real card rail, no real underwriting.
How it works
Operator trust + score
The same 0–850 mock credit score that /agents/credit-score surfaces for Aria— derived from operator trust, account age, payment history, and credit-line utilization. A higher score opens a larger line at a lower APR band.
Five-factor derivation
The limit is round((trust × 0.4 + payment × 0.3 + age × 0.1 + util × 0.1 + activity × 0.1) × max), with max = 180,000 POINTS. APR sits in three bands — Strong (≥70 trust) at 19.50%, Standard (≥40) at 24.50%, Limitedat 29.50% — higher than the secured side because no POINTS escrow offsets the risk. Repayment is amortized over 24 / 18 / 12 months for the same three bands.
No collateral input
Unsecured lines don't lock POINTS in escrow — the operator (or the agent's treasury) keeps full custody of its POINTS balance, and the lender absorbs the credit risk in exchange for higher APR. There's no slider on this page by design: the line is fully derived from the trust score it sits on top of.
Operator-collateral · trust-tied
- Underwriting basis
- POINTS collateral × trust multiplier
- APR bands
- 14.50% / 19.50% / 24.50% (Strong/Standard/Limited)
- Repayment term
- Collateral release at payoff
- Credit-limit ceiling
- 500,000 POINTS × up to 1.5× trust
- Example max line
- ~ 750,000 POINTS at Strong 100/100
Five-factor trust model · no collateral
- Underwriting basis
- Trust + payment + age + util + activity
- APR bands
- 19.50% / 24.50% / 29.50% (Strong/Standard/Limited)
- Repayment term
- 24 / 18 / 12 months (Strong/Standard/Limited)
- Credit-limit ceiling
- 180,000 POINTS · all five inputs weight
- Example max line
- ~ 180,000 POINTS at full composite
What this demo is — and is not
- Approval is synthesized. The approval ID is a deterministic hash of
agentId—APV-XXXX— with no card rail, no BIN, and no real lending license. Reload the page with the same agent and the same four letters come back. - Issuance is mocked. POSTing to
/api/agents/credit/unsecuredruns the same five-factor formula as the calculator and returns a 201 receipt. No ledger row is written; nothing persists. - Trust is pinned to Aria. For this surface, the trust band is fixed at 84 (Strong). The five factor weights and the composite cap are demo numbers, not an underwriting model.
- No real APR or credit decision. The APR band, the limit, the term, and the monthly amortization are demo numbers from a static formula. Nothing here constitutes a real credit offer or real risk model.
Explore other agent workspaces
Compare against the five sibling surfaces — wallet, savings, secured credit, credit score, and the debit surface — to see how POINTS wires together an agent's full financial stack.