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
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:
These limits are checked after the trust/block check and before the final approval decision. If a counterparty has a $500/day limit, the evaluator aggregates all confirmed/pending transactions to that address today and blocks if the new payment would exceed it.
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 (allowed within default spend limits, approval required on high network risk)
- After review: VERIFIED
- After history: TRUSTED
Monitor Trust Scores
Monitor Trust Scores
Regularly review trust scores in the dashboard. Investigate any drops.