Skip to content

YuClawLab/yuclaw-trust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YUCLAW-TRUST

ZKP Cryptographic Signal Verification

Python Network Security License

Verify any YUCLAW AI-generated trading signal instantly using zero-knowledge cryptographic proofs on the Ethereum Sepolia blockchain.


The Problem and Solution

Quantitative funds and AI trading systems suffer from a trust deficit: track records are easily fabricated, and backtests are notoriously overfitted.

YUCLAW-Trust solves this by establishing an immutable audit trail. Every signal generated by the local Nemotron 120B model on our DGX Spark hardware is cryptographically hashed and anchored to the Ethereum blockchain before any price movement occurs.

This guarantees:

  • The AI generated the specific signal at that exact moment.
  • The signal was permanently recorded with a cryptographic hash.
  • The proof cannot be altered, spoofed, or deleted after the fact.

No other AI trading system provides mathematically verifiable proof of its signal generation.


Quick Start: Verify a Signal

Anyone can clone this repository and mathematically verify our past signals locally.

git clone https://github.com/YuClawLab/yuclaw-trust.git
cd yuclaw-trust
python3 verify.py LUNR

Expected output:

YUCLAW Trust — Verifying LUNR
========================================
  Local proof found
  Hash: 36980a0bb5f89dc3258970977b76d9c7...
  On-chain: YES
  Block: 10515603
  Explorer: https://sepolia.etherscan.io/tx/651aa6b4...

View entire ledger:

python3 verify.py

Verified Signal Ledger

Cryptographically secured history — permanently anchored to Ethereum Sepolia.

Ticker Signal Block Date Result
LUNR STRONG_BUY 10515603 2026-03-24 +14.68%
ASTS STRONG_BUY 10515603 2026-03-24 +10.44%
MRNA STRONG_BUY 10515603 2026-03-24 verified
DELL STRONG_BUY 10515736 2026-03-24 +4.01%
LUNR Day 3 CORRECT 10522560 2026-03-25 verified

Core System Integration

pip install yuclaw

yuclaw zkp         # Display current ZKP cryptographic proofs
yuclaw verify LUNR # Verify specific signal on Ethereum
yuclaw signals     # Show real-time buy/sell signals
yuclaw today       # Full daily brief

Community and Resources

Dashboard yuclawlab.github.io/yuclaw-brain
GitHub YuClawLab
PyPI pypi.org/project/yuclaw
Wallet 0x2c7736822714887143d524e6409b0cFDdaE86005
Explorer Ethereum Sepolia

MIT License — free for everyone.

Every YUCLAW signal. Cryptographically sealed. Forever on-chain.

About

ZKP audit vault for AI financial decisions. Generates on-chain zk-SNARK proofs for every trade—verifying performance without exposing your underlying alpha.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors