Counterparty Policies
Counterparty policies control which recipients agents can pay based on trust levels, verification status, and relationships.Configuration (API)
Create counterparty rules via the Policy Rules API:Rule Types
ALLOWED_COUNTERPARTIES
Only allow payments to specific wallet addresses (allowlist):BLOCKED_COUNTERPARTIES
Block payments to specific addresses:TRUST_SCORE
Only allow payments to counterparties above a trust threshold:- Transaction history (30%)
- Reliability/success rate (30%)
- Account activity (20%)
- Verification status (20%) — includes external providers like Fairscale (Solana) and sanctions screening
The trust score and trust level are automatically fetched during policy evaluation and passed into the rule engine. You don’t need to provide them in the payment request — just create the rules and the evaluator populates the context from the counterparty relationship and network trust service.
COUNTERPARTY_STATUS
Require a specific trust level:Trust Levels
| Level | Score Range | Description |
|---|---|---|
TRUSTED | 75-100 | High confidence, minimal restrictions |
VERIFIED | 50-74 | Established relationship |
UNKNOWN | 20-49 | Limited history |
BLOCKED | 0-19 | Blocked from transactions |
Whitelist Policy
For maximum control, useALLOWED_COUNTERPARTIES with ALLOW action to only allow specific addresses. Any recipient not in the list will be denied:
Relationship Spend Limits
In addition to policy rules, you can set per-counterparty spend limits on theAgentRelationship record. These are enforced automatically during payment evaluation:
| Field | Description |
|---|---|
spendLimitPerTx | Maximum amount per transaction to this counterparty |
spendLimitDaily | Maximum total spend per day to this counterparty |
spendLimitMonthly | Maximum total spend per month to this counterparty |
Managing Counterparties
Add Counterparty
Block Counterparty
Network Intelligence & External Providers
Conto’s Network Intelligence provides cross-organization trust signals:- See if other organizations have flagged an address
- Benefit from collective fraud detection
- Automatic trust score adjustments
Network data is anonymized. Organizations share aggregate signals, not transaction details.
Best Practices
Start with Known Vendors
Start with Known Vendors
Begin with a small list of trusted vendors:
Gradually Expand Trust
Gradually Expand Trust
As you verify new vendors, increase their trust level:
- New vendor: UNKNOWN (auto-blocked)
- After review: VERIFIED
- After history: TRUSTED
Monitor Trust Scores
Monitor Trust Scores
Regularly review trust scores in the dashboard. Investigate any drops.