AgentKit action provider for VeraData — LATAM sanctions/KYB screening for autonomous AI agents, paid via x402 on Base
Project description
veradata-agentkit-provider
AgentKit action provider for VeraData — verified LATAM data for autonomous AI agents. Lets any AgentKit-powered agent screen a person or company against global sanctions lists before transacting with them, and pays autonomously via x402 — no human in the loop, no API key, no subscription.
Independent, standalone package. Not part of the official coinbase/agentkit monorepo.
What it checks
Screens against OFAC SDN, UN Consolidated, EU Consolidated, and UK HM Treasury
lists (59,000+ entries, updated daily). Returns a risk_score (0.0–1.0), a
risk_category, and an EU AI Act Art.13 compliant SHA-256 audit hash.
Install
pip install veradata-agentkit-provider
Usage
from coinbase_agentkit import AgentKit, AgentKitConfig
from veradata_agentkit_provider import veradata_action_provider
agent_kit = AgentKit(AgentKitConfig(
wallet_provider=wallet_provider,
action_providers=[
veradata_action_provider(),
# ... your other action providers
],
))
Once registered, your agent gains a screen_sanctions action:
screen_sanctions(name="Juan Perez", country="CO", type="person")
Cost
$0.05 USDC per check, on Base mainnet, paid automatically via x402.
Related
sentinel-agentkit-provider— pre-execution transaction safety oracle (a sister product on the same stack).
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file veradata_agentkit_provider-1.0.0.tar.gz.
File metadata
- Download URL: veradata_agentkit_provider-1.0.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
008789be5edb67618a271af19476260aebae4254f609b1f8d0e203ab241a7506
|
|
| MD5 |
a127f87555e6178d68df8612b95c4c66
|
|
| BLAKE2b-256 |
114194600f415096a2ae0929527ee0d2af645e97679358d2b5a23eeba0a8baf2
|
File details
Details for the file veradata_agentkit_provider-1.0.0-py3-none-any.whl.
File metadata
- Download URL: veradata_agentkit_provider-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6203e7862fa0c55822e37fca2a64d8ef5aa45c221a581688a9379bca24b11d10
|
|
| MD5 |
792d8f8304810bcedd53c70cc416d9f9
|
|
| BLAKE2b-256 |
87591881ac544af4a8b68a47a70151fe180dc5c18992ca90f57375656293cf06
|