Capability Statement

Service-Disabled Veteran-Owned Small Business · Blockchain, x402, and Custom Engineering

Company Snapshot

Heinrichs Software Solutions Company

Veteran-founded engineering studio based in Florida. Our flagship is BitBooth, a multi-chain x402 payment gateway that is live on five mainnets right now (Base, BSC, XRPL, Solana, and Stellar Pubnet) settling real USDC, with the gateway source MIT licensed at github.com/Drock91/bitbooth-gateway. On Base mainnet specifically, we run six paid endpoints via the official Coinbase CDP Facilitator with the discovery surface at app.heinrichstech.com/bazaar.json. Behind the gateway we keep an internal twelve-archetype security lab and a Solidity static analyzer that we use to harden every audit deliverable before it leaves the shop, with public release of those internal libraries planned in the next ninety days. Flat-fee scoping with typical delivery in two to six weeks.

SDVOSB (SBA VetCert in progress) Veteran-Owned Small Business SAM.gov Active CAGE Issued
Legal Name
Heinrichs Software Solutions Company
Owner
Derek Heinrichs, Founder & CEO
Entity
Florida LLC
UEI
SXG3SA9JMM47
CAGE Code
Issued (available on request)
SAM.gov
Active
Primary NAICS
541511 Custom Computer Programming Services
Website
heinrichstech.com
Contact
contact@heinrichstech.com
Core Competencies

What We Build

Production capabilities backed by shipped code in our public lab. We scope engagements only in areas where we have working reference implementations to point at.

Custom Software Development

  • Full-stack web applications using Node.js, TypeScript, React, Python
  • REST and GraphQL API design, multi-tenant backends
  • Serverless architectures on AWS Lambda with API Gateway
  • Relational and NoSQL data layers (PostgreSQL, DynamoDB, MongoDB)
  • Legacy system integration and modernization

Blockchain Engineering

  • HSS Solidity library: AMM, DAO, access control, bridge, settlement
  • XRPL classic ledger (native tokens, trust lines, escrow, NFTs, DEX)
  • XRPL EVM sidechain and EVM chains via Foundry and viem
  • Solana (SPL, Anchor) and Stellar integrations
  • Cross-chain deploys via Axelar Interchain Token Service

x402 and Agent-Payment Infrastructure

  • x402 protocol integration for agent-payable APIs
  • Multi-chain USDC settlement on Base, XRPL, Solana, Stellar
  • Usage metering, fraud checks, and admin dashboards
  • Stripe fiat on-ramp and hybrid payment flows
  • Gateway source public and MIT licensed at github.com/Drock91/bitbooth-gateway

AI Integration and Agent Systems

  • Claude, OpenAI, Gemini, Groq, and Mistral orchestration
  • Multi-provider failover for resilience against upstream outages
  • Retrieval, memory, and reflection layers for long-running agent tasks
  • Custom chatbots and embeddable widgets for public-facing services
  • AI-augmented delivery pipeline built on Claude's enterprise API tier

AWS Serverless Architecture

  • Lambda, API Gateway, DynamoDB, Cognito, KMS, SES, CloudFront
  • AWS CDK starter with defense-industry variant at hss-aws-infra
  • Static site hosting on S3 with CloudFront and Route 53 DNS
  • Stripe, Cognito, and OAuth integrations as typical patterns
  • Cost-optimized scale-to-zero designs for variable workloads

Containerized Dev and Delivery

  • Docker-based isolated dev environments pinned per chain
  • Multi-agent MCP harness coordinating Claude Code workers in parallel
  • Seven reusable GitHub Actions at hss-ci-actions (forge, ts, slither, deploy)
  • Automated security scanning and dependency review on every build
  • Documented handoff including architecture diagrams and runbooks

x402 and Smart Contract Security

  • Flat-fee x402 audits from $3k Quick Scan to $12k Hardened
  • CMMC Level 2 readiness pitch for federal sub-contracting
  • Twelve-archetype security lab with working exploits and patches
  • Case studies: The DAO, Parity, bZx, Harvest, Cream, LI.FI, Nomad, Euler
  • hss-sniffer static analysis with Foundry and Echidna fuzzing harnesses
Differentiators

Why HSS

Five specific reasons a contracting officer or prime would route scoped blockchain, x402, or custom engineering work to us instead of a generalist IT shop.

Multi-Chain Production Experience

Shipped code on XRPL, XRPL EVM sidechain, EVM, Solana, and Stellar. Most blockchain shops are single-chain by default.

x402 Specialty

Our own open source multi-chain x402 gateway ships with more than 2,200 tests at 99.91% coverage. Agent-payment infrastructure is the core of the shop, not a side project.

AI-Augmented Delivery

We build on top of reusable rails we already own (BitBooth for x402, Arcanie for cross-chain token deployment, reference implementations across XRPL and EVM) with Claude-assisted development on enterprise API tiers. Scoped builds ship in two to six weeks rather than two to six months.

Public Lab, Not Slideware

Every capability on this page maps to working code. BitBooth runs on five mainnets right now, six paid endpoints settle real USDC on Base mainnet today, and the gateway source is public and MIT licensed at github.com/Drock91/bitbooth-gateway. Agencies can vet the engineering before award.

Flat-Fee Scoping

Engagements are scoped to a written fee with a delivery timeline. No hourly creep, no billable discovery meetings, no surprise invoices.

Navy Background

Eight years Navy as an IC Electrician and Diver. Service-connected disabled veteran owner.

Past Performance

Lab Portfolio

Every project listed below has working public code a reviewer can read. None of these are federal contracts yet, HSS is pre-award for federal work and is actively pursuing SDVOSB set-asides and SBIR opportunities. Commercial and internal reference implementations shown here are directly transferable.

BitBooth Gateway

x402 Payment Infrastructure

Multi-chain x402 payment gateway for AI agents paying per API call in USDC. Supports Base, XRPL, Solana, and Stellar with unified settlement. Production-grade test suite exceeds two thousand two hundred tests with 99.91% coverage. Open source and available for federal reference or reuse.

Role
Sole Engineering Team
Status
Live, open source
Repo
github.com/Drock91/bitbooth-gateway

Arcanie Interchain Token Factory

Cross-Chain ERC-20 Deployer

Cross-chain ERC-20 token deployment tool built on Axelar Interchain Token Service, with XRPL EVM sidechain as the canonical home chain. Issues a single token that exists across connected networks without wrapped-asset inventory management. Demonstrates cross-chain bridge integration and deterministic contract deployment.

Role
Sole Engineering Team
Status
Live internal tool
Chains
XRPL EVM, Ethereum, Base via Axelar ITS

DragonKill MMO

On-Chain Game on XRPL

Massively multiplayer game with player-owned assets and a progression system built natively on the XRPL classic ledger. Demonstrates on-chain asset flows, trust lines, and wallet integration at scale. Existing on-chain items behave as designed; minting pipeline is currently in beta polish. In auto-rotation for the Berkeley Ripple Blockchain accelerator program.

Role
Sole Engineering Team
Status
Live, minting in beta
Chain
XRPL classic ledger

XRPL EVM AMM Reference

On-Chain AMM Implementation

Public reference implementation of an automated market maker on the XRPL EVM sidechain. Demonstrates Solidity smart contract design, AMM math (constant product), liquidity pool mechanics, and deployment on the XRPL EVM environment. Used internally as a baseline for client AMM engagements and as a public vetting artifact for clients evaluating technical depth.

Role
Sole Engineering Team
Status
Live reference
Repo
github.com/Drock91/XRPL_EVM_AMM
Service Packages

Flat-Fee Offerings

Starting prices for the most common engagements. All scoped flat. Full breakdown on the services page.

XRPL App Build

$25k+

Two to six weeks. dApps, tokens, on-chain games, protocol work.

x402 Integration

$10k+

One to three weeks. Agent-payable API on existing services.

Cross-Chain Token Launch

$5k+

About one week. ERC-20 across EVM chains via Axelar ITS.

Custom Build

Quote

Scoped per project. Blockchain games, RWA, dApps, AI tooling.

Engineering Retainer

$5-10k/mo

Dedicated monthly hours, priority fixes and advisory.

Codes & Size Standards

NAICS and PSC Codes

Registered codes for federal procurement searches. Small Business status applies across all listed NAICS.

NAICS Codes

Small Business
541511Custom Computer Programming Services (Primary)
541512Computer Systems Design Services
541519Other Computer Related Services
518210Computing Infrastructure Providers, Data Processing, Web Hosting
541330Engineering Services
541715R&D in Physical, Engineering & Life Sciences

Product Service Codes

IT & Engineering
DA01Business Application / Application Development Software
DA10IT Strategy Planning Services (Labor)
DE01Cloud Computing Services
DJ10Artificial Intelligence and Machine Learning Services
DG10Integrated Hardware / Software / Services Solutions
R425Engineering and Technical Services
Company Data

Contact and Registrations

Entity

Legal Name
Heinrichs Software Solutions Company
Entity Type
Florida LLC
Founded
2026
Owner
Derek Heinrichs (100% service-connected disabled Navy veteran)
Location
Florida, United States

Federal IDs

UEI
SXG3SA9JMM47
CAGE Code
Issued (available on request)
SAM.gov
Active
SBA VetCert
SDVOSB certification in progress
Primary NAICS
541511

Need the printable version? A PDF of this capability statement is being regenerated to match the updated content. Contracting officers and prime contractors can request the current PDF by email, or review this page directly, which is the canonical version.

Request PDF Contracting Inquiry