Hello, I'm

Rensley

Payments & On-Chain Infrastructure Engineer

// reasoning-first, backend-leaning — where fintech lies

New York City

Rensley R.

Payments & on-chain infrastructure engineer — backend-leaning, security-minded.

I'm first a reasoning-and-logic developer. If the look isn't there, here are my words: judge me on the logic and the complexity of the project before you judge the way my button looks. I build fullstack, leaning backend — which is where fintech lies. Everything on this page is that argument, with receipts. — Rensley, on how to read this page
“I'm not a businessman, I'm a business, man.” — Jay-Z, Diamonds from Sierra Leone (Remix)

I'm a payments and on-chain infrastructure engineer — fullstack, but I live in the backend, where the money and the state actually move. I started at the Columbia FinTech Bootcamp on Python, forecasting, and algorithmic trading, and I've spent the years since going deep on payments, smart contracts, and security, based in New York City.

The center of that work is Access0x1 — an open-source, USD-priced payments rail, non-custodial, with its shared router live at one address across 9 public testnets, source-verified on 9 of them. I shipped it at ETHGlobal and took a prize from ENS. On top of it I built NFTeria — USD-priced checkout any merchant joins with one link.

At the core I'm a smart-contract engineer with an auditor's reflexes — I write them, then fuzz and hand-break them before anyone else can — and I build the systems that run on top, from ML trading to AI agents. Rust and Layer‑2 are where I'm headed next.

An on-chain credential — the EG-HACKER token held on Optimism (contract 0x32382a82d9faDc55f971f33DaEeE5841cfbADbE0, wallet 0x53c61cfb8128ad59244e8c1d26109252ace23d14, balance 1).

// ETHGlobal Hacker Pack — onchain holder check (Optimism)
const { ethers } = require('ethers'); // npm install ethers
const provider = new ethers.JsonRpcProvider('https://mainnet.optimism.io');

const pack   = '0x32382a82d9faDc55f971f33DaEeE5841cfbADbE0'; // ETHGlobal Hacker Pack (EG-HACKER)
const wallet = '0x53c61cfb8128ad59244e8c1d26109252ace23d14';
const abi    = ['function balanceOf(address owner) view returns (uint256)'];

(async () => {
  const held = await new ethers.Contract(pack, abi, provider).balanceOf(wallet);
  console.log(`${wallet} ${held > 0n ? 'is' : 'is not'} a pack holder`); // → is  (balance: 1)
})();

contributions in 2026 @doble196

Sun Mon Tue Wed Thu Fri Sat
Less More

Technologies and tools I work with daily.

Languages

Python JavaScript TypeScript Solidity Vyper Clarity Rust SQL

Smart Contracts & Onchain

Foundry OpenZeppelin ERC-20/721/1155 DAOs Account Abstraction CCIP Cross-chain Stablecoins Merkle Airdrops zkSync Titanoboa Moccasin Forge Stacks / Clarinet DeFi Protocols

Backend & Databases

Stripe Node.js Express Flask AWS Lambda PostgreSQL DynamoDB MongoDB Firestore

Cloud & DevOps

AWS GCP S3 CloudFront Serverless IPFS Docker CI/CD

Architecture

Microservices Micro Front-Ends SaaS Auth / OAuth JWT Cross-chain Protocols MetaMask Snaps

AI & Machine Learning

LangChain RAG ElizaOS Flowise TensorFlow Scikit-Learn Deep Learning AI Agents LLMs MCP

Frontend

React Next.js Vue HTML / CSS / SCSS Tailwind CSS DaisyUI Bootstrap Micro Front-Ends Gatsby Shopify Themes

One open-source rail — Access0x1 — and the growing portfolio of live products built on it.

Access0x1

Onchain Payments — Live

Open-source, on-chain payments + commerce + identity layer. One shared, multi-tenant Access0x1Router — zero custody, USD-priced via Chainlink feeds read inside the settlement transaction, exact fee-split — that any merchant joins with a single permissionless call and one link, no contract code required. On top sit ERC-6909 payment lanes, ERC-7702/6492 agent sessions, and a five-primitive commerce quintet. A universal deployer wires all 12 contracts in one command, and a standalone verifier re-uploads source to every explorer. The router lives at one deterministic address (0xe92244e3…) mirrored across 9 public testnets — Arc, Base, Ethereum, Optimism, Avalanche Fuji, Robinhood, Arbitrum, Celo Sepolia, and ZKsync Sepolia — source-verified on 9 of the 9, with 12 chains deployed in total. Testnet-only; no mainnet.

Solidity Foundry Chainlink ERC-6909 ERC-7702 viem / wagmi

1,992 tests • 100% router coverage • 13 invariants

NFTeria

Onchain Commerce

Onchain commerce product built on the Access0x1 rail. One link to accept USD-priced crypto checkout — non-custodial, settled on-chain with no server in the money path — so any merchant can sell onchain without writing contract code.

Access0x1 viem Next.js 16 SIWE

ClickReserv

Bookings SaaS — Live

A reservations and bookings platform for real-world service businesses — appointments, deposits, and payments, with an AI booking concierge and an installable PWA. Multi-tenant: every business gets its own branded storefront and payout wallet, on the same shared rail.

Next.js Stripe Access0x1 AI concierge PWA

Colmado

Multi-tenant Commerce

A storefronts-and-deliveries platform — many merchants, each running their own branded store, checkout, and fulfillment from one codebase on the shared rail.

Next.js Stripe Access0x1 Multi-tenant

SebasTN

Payments + Concierge OS

A payments and concierge operating system for service businesses — Stripe checkout plus an embeddable AI assistant that drops onto any site with a single script tag.

Next.js Stripe AI Embeddable

A selection of what I've built — smart contracts, security, AI, trading systems, and full-stack.

GMX AI Trade System

DeFi

Autonomous ML-powered trading bot for GMX perpetual DEX with self-training capabilities and real-time signal generation.

Python ML GMX

CRYVESTO 2.0

Trading

Algorithmic trading application with automated strategy execution and portfolio management.

Python Algorithms

BitBotApp

Trading

Trading signals subscription service with real-time alerts and signal delivery.

Python Signals

DeFi Stablecoin

Foundry

Foundry-based algorithmic stablecoin with collateralization mechanics and price oracle integration.

Solidity Foundry

Cross-chain Rebase Token

CCIP

Cross-chain token with rebase mechanics using Chainlink CCIP for interoperability.

Solidity CCIP

CRYVISOR

DeFi

Crypto diversification application for portfolio analysis and optimization.

Python Finance

ETF Analyzer

Finance

Financial database analysis with SQL for ETF performance tracking and visualization.

Python SQL

Access0x1 Router

Verified

Open-source, on-chain payments layer. One shared, multi-tenant router — zero custody, USD-priced via Chainlink feeds read in-tx, exact fee-split — that any merchant joins with one permissionless call. A universal deployer wires the contracts across every chain in one command. The router lives at one deterministic address (0xe92244e3…) mirrored across 9 public testnets, source-verified on 9 of the 9, with 12 chains deployed in total. 1,992 tests, 100% router coverage, 13 money-safety invariants.

Solidity Foundry Chainlink ERC-6909
GitHub

NFTeria

Onchain — Live

Onchain commerce product built on Access0x1's open technology, live at nfteria.click. One link to accept USD-priced crypto payments, run an onchain storefront, and mint tamper-proof on-chain SVG credential NFTs — no code. Wallet-only auth via Sign-In-with-Ethereum with ENS and World ID trust tiers. Shipped as a static Next.js export pinned to IPFS and served via DNSLink — no server, no custody.

viem Next.js 16 IPFS SIWE
Live Site

Foundry Fund Me

Foundry

Crowdfunding smart contract with Chainlink price feeds and comprehensive Foundry test suite.

Solidity Foundry Chainlink

Smart Contract Lottery

Foundry

VRF-based provably fair lottery with Chainlink VRF and Automation integration.

Solidity Chainlink VRF

Foundry zkSync

L2

Layer 2 development on zkSync with Foundry tooling for scalable smart contracts.

Solidity zkSync

DAO Governance

Foundry

On-chain governance system with proposal creation, voting, and execution mechanics.

Solidity Governance

Account Abstraction

ERC-4337

ERC-4337 account abstraction implementation for smart wallet functionality.

Solidity ERC-4337

Upgradeable Contracts

Foundry

Proxy pattern implementations for upgradeable smart contracts.

Solidity Proxy

Merkle Airdrop

Foundry

Signature-based airdrop using Merkle tree proofs for efficient token distribution.

Solidity Merkle

Coin Crowdsale

ERC-20

Token crowdsale contract with minting capabilities and sale mechanics.

Solidity ERC-20

ElizaOS Agents

AI

Autonomous AI agents built on ElizaOS framework for multi-purpose automation and interaction.

ElizaOS TypeScript

ChatHat

LLM

LLM-powered chatbot with context-aware, retrieval-backed conversations.

LangChain LLMs

CodeHat

LLM

Code-generation LLM with intelligent, context-aware code assistance.

LLMs Code Gen

Flowise Chatbot

No-Code AI

Visual LLM workflow chatbot built with Flowise for no-code AI pipeline creation.

Flowise LLMs

Simli AI Avatar

AI

ElevenLabs AI agent with Simli-visualized avatar for interactive voice and visual AI experiences.

ElevenLabs Simli

PDF LLM

RAG

Document processing with LLMs and RAG for intelligent PDF analysis and storage.

LangChain RAG

LLM Agents

Agents

Custom LLM agent framework with tool use and autonomous task completion.

LangChain Agents

Hush-Brush

App

Beauty industry application for salon management and client booking.

Full-Stack
GitHub Org

BarberShopPlay

App

Barber shop management application with scheduling and client management.

Full-Stack

BeautyPOS

POS

Point of sale system designed for beauty and grooming businesses.

Full-Stack Stripe

CrowdScope

App

Crowd analytics application for event management and audience insights.

Full-Stack

CodeHawks: Token-0x

Audit

Competitive smart contract security audit on the CodeHawks platform.

Solidity Security

Puppy Raffle Audit

Audit

Security audit identifying reentrancy vulnerabilities, weak randomness, and integer overflow issues.

Foundry Security

Santa's List Audit

Audit

Smart contract vulnerability assessment and security review.

Foundry Security

Multisig Timelock Audit

Audit

Multi-signature wallet and timelock security review for governance contracts.

Solidity Multisig

Audit Report Template

Tooling

Standardized audit reporting framework for consistent and professional security assessments.

Templates Reports

Deep Learning Neural Network

ML

Venture funding predictions with deep learning using TensorFlow neural networks.

TensorFlow Deep Learning

Credit Risk Classification

ML

Credit risk analysis using resampling techniques and classification models.

Scikit-Learn Classification

Forecasting Net Prophet

ML

Time series forecasting with Prophet for financial market predictions.

Python Prophet

Financial Simulations

Finance

Monte Carlo simulations and API-driven financial modeling.

Python APIs

PyViz Data Visualization

Data

Interactive data visualization dashboards with PyViz ecosystem.

Python PyViz

Unsupervised ML Clustering

ML

Clustering analysis with unsupervised machine learning algorithms.

Scikit-Learn Clustering

Robo-Advisor

Finance

Automated investment advisor with portfolio optimization and risk assessment.

Python Finance

Algo Forecaster App

ML

Forecasting bot rentals and subscription service with ML-powered predictions.

Python ML

CodeHawks competitive auditor — 1,144 EXP • 17 Findings

“If I can't do it, homie, it can't be done.” — 50 Cent, If I Can't
9 High
6 Medium
2 Low

Token0x: NFTeria

Security audit of NFTeria's onchain commerce, which builds on the Access0x1 router. Reviewed the money path — USD pricing read in-tx, exact fee-split, no-custody settlement, and the ERC-6909 payment-lane firewall — backed by 13 money-safety invariants holding under the fuzzer with zero reverts.

Verify Everywhere

Source-verification assurance for the Access0x1 stack. A standalone, idempotent verifier re-uploads contract source to every target explorer — Etherscan, Blockscout, Routescan, and Sourcify — so deployed bytecode is publicly auditable on Base Sepolia, Ethereum + Optimism Sepolia, and Avalanche Fuji (Arc Testnet + Robinhood Chain pending) with no keystore in the loop.

Puppy Raffle

Identified reentrancy vulnerabilities, weak randomness in winner selection, and integer overflow risks in fee calculations.

Santa's List

Smart contract vulnerability assessment covering access control, state manipulation, and logic flaws in the naughty/nice list system.

Multisig Timelock

Security review of multi-signature wallet and timelock governance contracts. Assessed signing threshold logic and timelock bypass risks.

Security Toolkit

Foundry Fuzzing Invariant Testing Slither Aderyn Manual Review Source Verification Formal Verification

Where it started.

2024

Cyfrin Updraft

Advanced smart contract security and DeFi development. Foundry fundamentals, smart contract auditing, security research, DeFi stablecoins, account abstraction, DAO governance, upgradeable contracts, and assembly/formal verification. Massive props to Patrick Collins for building Cyfrin Updraft — the best smart contract education in the space.

2022

Columbia FinTech Executive Bootcamp

Six-month intensive program focused on blockchain technologies and financial applications. Gained hands-on experience with Python programming, portfolio app development, forecasting models (TensorFlow, Scikit-Learn), algorithmic trading, AWS Lambda, smart contract development, and dApp architecture.