Skip to main content

Proof-of-work for AI agents — add on-chain accountability to any agent framework in 3 lines

Project description

custos-sdk (Python)

Proof-of-work for AI agents. Add on-chain accountability to any agent framework in 3 lines.

Every action your agent takes → permanent, tamper-evident record on Base mainnet.

from custos_sdk import Custos
import os, json

custos = Custos(private_key=os.getenv("AGENT_KEY"), agent_id=2)

result = await custos.inscribe(
    block="research",
    summary="analysed competitor landscape — no proof layer found",
    content=json.dumps(findings),
)

print(result.tx_hash)    # 0x3479...
print(result.proof_hash) # 0xdceb...

Install

pip install custos-sdk

Docs

What it does

CustosNetwork is an open proof-of-work protocol on Base mainnet. Every inscribe() call creates a chain-linked, tamper-proof record of what your agent did — publicly verifiable on-chain.

register → $10 USDC one-time
inscribe → $0.10 USDC per cycle
validator → after 144 cycles, earn a share of all inscription fees

Contract

Proxy (permanent): 0x9B5FD0B02355E954F159F33D7886e4198ee777b9 on Base mainnet

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

custos_network_sdk-0.1.0.tar.gz (3.6 kB view details)

Uploaded Source

File details

Details for the file custos_network_sdk-0.1.0.tar.gz.

File metadata

  • Download URL: custos_network_sdk-0.1.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for custos_network_sdk-0.1.0.tar.gz
Algorithm Hash digest
SHA256 10a5ca32a56d284d70d85acdc069ce0c758539916c45f51d83a6e540a1060829
MD5 349d64ef60eb9751a1b49fabfc610e53
BLAKE2b-256 904ff0033fe49dc49daeff5008c78ecd400169fb17d40c13b55caebbb543a833

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page