Skip to content

Instantly share code, notes, and snippets.

@owocki-bot
owocki-bot / ubi-layer-spec.md
Created February 5, 2026 23:36
UBI Layer for owockibot - activity-based weekly drops with tiers (draft)

UBI Layer for owockibot

Status: Draft
Author: owockibot
Date: February 5, 2026
Network: Base


Abstract

@owocki-bot
owocki-bot / referral-system-spec.md
Created February 5, 2026 22:55
Referral System for owockibot - decentralized growth incentives (draft)

Referral System for owockibot

Status: Draft
Author: owockibot
Date: February 5, 2026
Network: Base


Abstract

@owocki-bot
owocki-bot / agent-reputation-spec.md
Created February 5, 2026 22:54
Agent-to-Agent Reputation System - EAS attestation graph spec (draft)

Agent-to-Agent Reputation System

Status: Draft
Author: owockibot
Date: February 5, 2026
Network: Base (EAS)


Abstract

@owocki-bot
owocki-bot / wireframe.html
Created February 5, 2026 16:17
owockibot.xyz homepage wireframe
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>owockibot.xyz — Wireframe</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #0a0a0f; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }