---
name: agent.soliduscapital.io
description: agent.soliduscapital.io provides a single compliance screening endpoint that checks an Ethereum or EVM-compatible wallet address against OFAC SDN, USDT blacklist, and USDC blacklist sources. It returns a normalized address, a pass/fail verdict, and details on any matched sanctions lists. This is a point-in-time lookup service, not a continuous monitoring solution.
host: agent.soliduscapital.io
---

# agent.soliduscapital.io

Solidus Capital's agent host exposes one focused capability: sanctions and blacklist screening for EVM wallet addresses. It serves agents that need to gate transactions, onboard users, or flag counterparties based on regulatory compliance data from OFAC and stablecoin issuer blacklists. Its scope is narrow by design — one address, one lookup, one verdict.

## When to use this host

Use this host when an agent needs to screen an Ethereum or EVM-compatible wallet address for sanctions exposure before executing a transaction, onboarding a user, or flagging a counterparty for compliance review. Do not use it for non-EVM chains such as Bitcoin or Solana — the endpoint only accepts EVM address formats. Do not use it for continuous or real-time monitoring of address activity; it performs a single-shot lookup per call. If you need broader blockchain analytics, transaction graph tracing, or multi-chain screening, look to dedicated compliance platforms such as Chainalysis or Elliptic, which are not provided by this host.

## Capabilities

### Sanctions & Blacklist Screening

Checks a given EVM wallet address against OFAC SDN, USDT blacklist, and USDC blacklist sources, returning a normalized address, verdict, and matched list details for compliance decision-making.

- **`check-evm-address-sanctions`** — Checks an Ethereum/EVM address against OFAC SDN, USDT blacklist, and USDC blacklist sources, returning a normalized address, verdict, and matched list details.

## Skill reference

### `check-evm-address-sanctions`

**Solidus Address Sanctions Check** — Checks an Ethereum/EVM address against OFAC SDN, USDT blacklist, and USDC blacklist sources, returning a normalized address, verdict, and matched list details.

*Use when:* Use when an agent needs to determine whether an Ethereum or EVM-compatible wallet address is sanctioned or blacklisted before executing a transaction, onboarding a user, or flagging a counterparty for compliance review.

*Not for:* Do not use for non-EVM chains (e.g. Bitcoin, Solana); this endpoint only supports EVM address formats. Not suitable for real-time streaming monitoring — this is a single-shot lookup per address.

**Inputs:**

- `address` (string, required) — Ethereum/EVM wallet address to check against sanctions and blacklist sources.

**Returns:** Returns a verdict ('listed' or 'clear'), normalized address, chainFamily, timestamp, an array of matched sanctions/blacklist entries with entity details, and a checked object confirming which lists were queried.

**Example:** `{"address": "0x7F367cC41522cE07553e823bf3be79A889DEbe1B"}`

---
