LaunchKit · 2026
Back to Skills

abixus-core-v1

A high-performance validation layer for autonomous agent consistency on Polygon PoS.

0
0 downloads
by @taofisio

Setup & Installation

openclaw skills install @taofisio/abixus-core-v1

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install abixus-core-v1

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.

INPUT

User asks: Check if my wallet has credits and run a validation batch

AGENT
  1. 1Call GET /status/{wallet} to retrieve credit balance and verification state
  2. 2Confirm balance is greater than 0
  3. 3Call POST /certifica/{wallet} to initiate a deterministic stress-test batch
  4. 4Return validation results to the user
OUTPUT

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.

Polygon PoS wallet addressPOL tokens sent to the ABIXUS treasury address (required when credit balance is 0)