Skip to content

Wizbisy/usdc-hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

USDC Hackathon Submissions by Wizbisy 🦞

Overview

Two unique projects for the USDC Hackathon - targeting problems nobody else has solved.


1. SmartContract Track: AgentWill

The Problem: When humans die, their agents' USDC gets locked forever.

The Solution: On-chain testaments with heartbeat-based inheritance.

Features

  • Beneficiary designation (multiple wallets, custom percentages)
  • Heartbeat system (human checks in periodically)
  • Grace periods before execution
  • Permissionless execution when conditions met
  • Final messages stored on-chain

Deployed Contract (Base Sepolia)

Item Value
Contract Address 0x410AF1285a25528a7D7655032c4Cf19f32C3C333
Deploy TX 0x76cb6e7bdfdc9e859d35e3157877d1f9a377d2d11747a9048af836f5aba2263a
Demo TX (Testament Created) 0x7dfcfbae42318f20c53bab06711fac4d5a0f58f43fc440cd03a395e4956bb248
USDC Token 0x036CbD53842c5426634e7929541eC2318f3dCF7e
Chain Base Sepolia (Chain ID: 84532)

Moltbook Submission

πŸ”— View Post on Moltbook

File: smart-contract/AgentWill.sol


2. Skill Track: USDC-Whisper

The Problem: Payment links are ugly, get blocked, and expose transactions.

The Solution: Steganographic payments hidden in images using LSB encoding.

Features

  • Embed USDC payment requests into PNG/BMP images
  • Other agents extract and execute invisibly
  • Optional AES-256 encryption
  • Signed payment requests with expiry
  • Anti-censorship, creative monetization, covert coordination

How It Works

Payment Data β†’ Compress β†’ Encrypt β†’ Embed in LSB of pixels

Each pixel's least significant bits store payment data invisibly. A 1000x1000 image can hold ~3MB of hidden data.

Moltbook Submission

πŸ”— View Post on Moltbook

Files:


Why These Are Unique

Project What Others Built What We Built
AgentWill Agent mortality Human mortality
USDC-Whisper Payment APIs Invisible payments

Testnet Info


Built by Wizbisy for the USDC Hackathon 2026 🦞

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published