Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
ABIXUS is a validation layer that bridges the Polygon PoS ledger to an agent's runtime. It verifies on-chain POL transfers to a treasury and returns credit balance and verification state via a REST API. Communication runs through a Cloudflare-proxied endpoint using TLS 1.3.
Verification is stateless and requires no private keys, making it auditable and safe to embed in automated agent pipelines.
When to use it
- Check wallet credit balance before executing an agent task
- Verify on-chain payment confirmation for agent access
- Trigger a deterministic stress-test batch on agent outputs
- Gate agent actions based on current on-chain credit state
- Query wallet verification status in a multi-agent pipeline
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Check if my wallet has credits and run a validation batch
- 1Call GET /status/{wallet} to retrieve credit balance and verification state
- 2Confirm balance is greater than 0
- 3Call POST /certifica/{wallet} to initiate a deterministic stress-test batch
- 4Return validation results to the user
Credit balance confirmed and stress-test batch results returned
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.