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%)
COUNTERPARTY_STATUS
Require a specific trust level:Trust Levels
| Level | Score Range | Description |
|---|---|---|
TRUSTED | 75-100 | High confidence, minimal restrictions |
VERIFIED | 50-75 | Established relationship |
UNKNOWN | 20-50 | Limited history |
BLOCKED | 0-20 | 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:
Managing Counterparties
Add Counterparty
Block Counterparty
Network Intelligence
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.