Back to CV

ONE-SHOTTED.

Contract development for WZRD FUND

Built the first agentic investment platform on TON and Ethereum blockchains — from concept to mainnet.

Designed for AI-native capital formation: autonomous agents and vibe-coders can raise money with zero friction.

Took the product from concept to production across both chains: designed architecture, wrote smart contracts, built the full-stack apps, shipped mainnet-ready infrastructure, and prepared for seed investment.

Technical Implementation
  • Smart Contracts (TON + Ethereum):
    TON (FunC) - Jetton Minter: TEP-74 compliant token factory with one-shot minting - admin automatically revoked post-mint, zero inflation possible.
    TON (FunC) - Jetton Wallet: Standard token holder for transfers and balance queries.
    TON (FunC) - ICO Sale Contract: Holds jettons, sells at fixed rate, accepts TON payments, admin withdrawal functions.
    Ethereum (Solidity/Hardhat) - TokenMint: fixed-supply ERC-20 deployment for one-shot token creation.
    Ethereum (Solidity/Hardhat) - TokenSale: ETH vending-style sale contract with ReentrancyGuard/SafeERC20 and owner-only withdrawals.
    Runtime bytecode hash verification for TokenMint/TokenSale before ICO registration.
  • Backend (Node.js/Express):
    REST API for ICO metadata, transaction history, and TON/ETH price + FDV endpoints.
    SIWE auth for Ethereum flows (nonce payload, signature verification, JWT sessions).
    PostgreSQL + Redis for ICO data, transactions, rate limits, and shared nonce/cache state.
    Background worker, batch-refreshing all active ICOs and chain price/data.
    Frontend in-memory cache prevents redundant fetches during navigation.
  • Frontend (React/Vite):
    Route-based multi-chain UX with chain selector and split app paths (/ton, /eth).
    TON app: Telegram Mini App with TON Connect wallet integration.
    Ethereum app: Rabby-first injected wallet flow + WalletConnect support.
    Multi-step ICO creation flow (deploy token - deploy sale - register/manual fund) with live FDV calculations.
    Neo-Brutalism design system, responsive UI.
Tech Stack
  • FunC (TON), Solidity, Hardhat, OpenZeppelin, Node.js, Express, PostgreSQL, Redis, React, Vite, TON Connect, SIWE, viem, WalletConnect, Docker
Links