Rob Leahy

STRATEGY & OPERATIONS

Hello, I'm Rob

E X P E R I E N C E

Basalt Protocol

Co-Founder, Commercial & Operations

Basalt Protocol

Sep 2025 - Jan 2026

  • Co-founded a lending protocol for tokenised real-world assets on Solana, starting with S&P 500 exposure
  • Built the go-to-market materials: pitch decks, one-pagers and outreach sequences
  • Presented at international events, sourcing 12+ qualified VC and partner meetings
Convertica AI

Co-Founder, Commercial & Operations

Convertica AI

Mar 2025 - Aug 2025

  • Ran the commercial side of a four-person AI content verification startup, meeting VCs and potential partners across Berlin, Paris and Cannes
  • Wrote the go-to-market documentation and ran live product walkthroughs for technical and non-technical audiences
  • Helped secure a NEAR Protocol startup programme partnership. Won a hackathon award at Near Gravity Berlin for AI misinformation detection
Utmost International

Business Implementation Analyst

Utmost International

Dec 2023 - Jun 2025

  • Managed financial reconciliation and HMRC regulatory reporting for UK life insurance bonds
  • Worked with the team to redesign the claims workflow into four specialised stages with clean handoffs, lifting compliance KPIs from 70% to 95%. An Excel tracker gave each stage visibility on its queue
  • Handled sensitive client financial data and liaised directly with financial advisers and internal teams. Ran AML reviews on client cases, screening through Napier AI
ION Group

Process Improvement Analyst

ION Group

Mar 2022 - Feb 2023

  • Replaced a manual email-based license process with a self-service dashboard, cutting turnaround from 3-4 hours to under 20 minutes (~90%)
  • Scoped requirements and coordinated across dev and product to delivery, routing structured requests through Jira
SAP

Operations Engineer

SAP

Sep 2020 - Jan 2022

  • Cloud Platform Integration support for enterprise clients in banking and pharmaceuticals
  • Multi-Bank Connectivity team - TLS certificate integration and banking connectivity
  • Built the internal wiki for the TLS certificate process and ran knowledge transfer sessions for the global teams in Brazil

S K I L L S   &   T O O L S

Skills

  • Operations & Strategy
  • Business Development
  • AI & Automation
  • Process Improvement
  • Business Analysis

Tools

  • n8n
  • Notion
  • Claude Code
  • Dune Analytics
  • Excel & Google Sheets

E D U C A T I O N

PAT

PAT Business School

Diploma in Fintech Risk & Compliance

Dublin, IrelandJan 2025 - Jan 2026
ATU

Atlantic Technological University

BSc (Hons) Business Information Systems

Galway, IrelandSep 2016 - Jun 2020

D E M O S

Proof I can do the work

Hands-on builds - 3 projects, pick one to step through.

Dune SQL + DefiLlama API · stablecoin monitoring

Euro stablecoins: payments or trading?

Every report on euro stablecoins measures how much exists. I measured how much moves, and when. Payments follow the working week because banks close at weekends. Trading runs all seven days because digital assets never sleep. I chose the tokens, verified them and wrote the queries. Step through it:

Open dashboard on Dune

Every euro stablecoin, pulled from DefiLlama's public API: $849.7M in total, against $308.10B of dollar stablecoins. Euro is 0.28% of the dollar market. I took the figures myself because published reports run a month behind and miss issuers entirely.

queries/defillama_euro_stablecoins.py

API_URL = "https://stablecoins.llama.fi/stablecoins?includePrices=true"

def summarise(assets, peg_type):
    rows = []
    for asset in assets:
        if asset.get("pegType") != peg_type:
            continue
        supply = circulating(asset, "circulating", peg_type)
        usd_value = supply * (asset.get("price") or 1.0)
        if usd_value < MIN_CIRCULATING_USD:
            continue
        rows.append({...})
    return sorted(rows, key=lambda r: r["circulating_usd"], reverse=True)
TokenIssuerIn circulation30-day change
EURCCircle$520.9M+3.8%
EURCVSociété Générale FORGE$182.3M+34.4%
EURIBanking Circle$44.1M-2.1%
EUREMonerium$37.3M+9.5%
REURRoyal Euro$17.3Mnew
EUROPSchuman Financial$16.9M+85.4%
EURSStasis$9.7M0.0%
EURQQuantoz$8.9M-11.5%

Pulled 6 August 2026, everything converted to dollars so the two pegs compare like for like. The leader has nearly stopped growing while two challengers grew by a third or more in thirty days. Seven more sit below these, down to the $1M cutoff I set.

1 / 4

Public data only, pulled 6 August 2026, the transfers all on Ethereum: the one network these three tokens share. Transfer counts are not payment counts, because they include trading this data cannot separate out. Checking each token's contract against its issuer's own documentation caught a widely used data source serving an old version of one token, which would have made a healthy token look like a dying one.

Project 1 of 3

P R O J E C T S

Selected builds

Ireland Crypto Regulatory Guide for Builders
Superteam Ireland bounty1st place

Ireland Crypto Regulatory Guide for Builders

A 14-page guide to Ireland's digital asset regulation, written from primary sources. Every activity a builder might run is sorted into one of four buckets: CBI authorisation, lawyer first, lawyer recommended, or monitor only. The guide's closing argument: treat compliance not as a cost but as a competitive advantage.

MiCACASP AuthorisationObligation MappingRegulatory Analysis
Download the guide (PDF)
Near Gravity - Misinformation Detection Platform
NEAR Hackathon, BerlinHackathon award for AI/blockchain integration

Near Gravity - Misinformation Detection Platform

An AI platform that detects misinformation using LLM embeddings and semantic analysis, scoring content in real time. Blockchain adds a tamper-proof record of each verification, creating a fact-checking layer nobody can quietly edit.

AI Semantic AnalysisLLM EmbeddingsReal-Time VerificationBlockchain
SafeTi - Rental Market Transparency
ETH Dublin1st place

SafeTi - Rental Market Transparency

An AI platform that brings verifiable, trusted data to rental transactions, cutting the information gap between landlords and tenants. Blockchain provides the verification layer underneath.

AIConfidential ComputeBlockchainEthereum
BNB Shield - Real-Time AML Compliance
ETH OxfordHonourable mention, BNB Chain track

BNB Shield - Real-Time AML Compliance

Real-time AML compliance that automatically flags politically exposed persons (PEPs). Built to take the screening work regulated institutions still do by hand and turn it into an automated, always-on layer, with every check recorded on-chain.

AML / KYCComplianceBlockchainRisk Screening

C O N T A C T

Always happy to chat