SherwoodFi

Docs

Technical reference for Sherwood Fi — onchain tax lien and tax deed markets on Robinhood Chain. Senior claims on real property, tokenized. Statutory yield. Onchain settlement.

Overview

What is Sherwood Fi

Sherwood Fi is the first platform to tokenize U.S. county tax lien and tax deed markets — bringing institutional-grade, real-estate-backed yield (8–16% target net) to retail investors with 24/7 secondary liquidity and USDC settlement on Robinhood Chain.

Senior claims on real property, tokenized. Statutory yield. Onchain settlement. No intermediaries. No discretion. Only code and collateral.

Tax liens and tax deeds are among the oldest defensive yield assets in the United States. Historically reserved for large institutions at in-person county auctions, Sherwood Fi tokenizes them so any wallet holder can access them onchain.

  • Fixed statutory interest rate embedded in each token
  • Defined redemption window enforced by smart contract
  • Underlying parcel reference (APN / assessor ID)
  • Senior first-position claim on real property
  • 24/7 secondary market with instant USDC settlement

Problem & Solution

ProblemSherwood Fi Solution
Restricted access — institutional county auctions onlyDemocratized access via tokenization and wallet connection
No secondary liquidity24/7 onchain marketplace with instant USDC settlement
Manual, opaque processesSmart contracts enforce terms automatically — no human discretion
High barriers to entryFilter by state, yield, term, and collateral coverage from a single interface

Core value proposition: bring a traditional high-yield, real-estate-backed asset class to blockchain with real liquidity and retail accessibility — enforced entirely by code.

Platform Status

PropertyValue
Websitesherwoodfi.site
ChainRobinhood Chain (EVM L2, Arbitrum stack)
SettlementUSDC
Network statusTestnet live — mainnet rolling out in phases
AccessEarly access via waitlist cohorts
Target net yield8–16%
Terms6–36 months

Testnet metrics (illustrative): TVL ~$18.4M, secondary volume ~$6.2M, 4,218+ active certificates. Figures update in real time during early access.

Getting Started

Wallet Setup

Sherwood Fi requires an EVM-compatible wallet on Robinhood Chain. Supported wallets include MetaMask, Rabby, Phantom, Coinbase Wallet, and Robinhood Wallet.

  1. Install a browser wallet or Robinhood Wallet (iOS/Android — native Robinhood Chain support).
  2. Navigate to sherwoodfi.site and click Connect Wallet.
  3. Approve the connection request.
  4. If on an unsupported network, switch to Robinhood Chain (see RPC configuration).

Frontend stack: Wagmi + Viem for wallet connection, transaction signing, and chain switching.

Robinhood Chain RPC

Robinhood Chain is an EVM-compatible Layer 2 built on the Arbitrum stack, optimized for tokenized real-world assets with low fees and fast settlement.

PropertyMainnetTestnet
Network nameRobinhood ChainRobinhood Chain Testnet
Chain ID466346630
RPC URLhttps://rpc.mainnet.chain.robinhood.comhttps://rpc.testnet.chain.robinhood.com
CurrencyETHETH
Explorerrobinhoodchain.blockscout.comexplorer.testnet.chain.robinhood.com

wagmi / viem chain definition

import { defineChain } from "viem";

export const robinhoodChain = defineChain({
  id: 4663,
  name: "Robinhood Chain",
  nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
  rpcUrls: {
    default: { http: ["https://rpc.mainnet.chain.robinhood.com"] },
  },
  blockExplorers: {
    default: {
      name: "Blockscout",
      url: "https://robinhoodchain.blockscout.com",
    },
  },
});
Public RPC endpoints are rate-limited. Use Alchemy, Quicknode, Blockdaemon, or dRPC for production.

USDC Bridging

All Sherwood Fi markets settle in USDC. Bridge USDC to Robinhood Chain before purchasing tokenized certificates.

  1. Acquire USDC on Ethereum mainnet or a supported source chain.
  2. Bridge via LayerZero or the native Robinhood Chain bridge.
  3. Confirm USDC balance on Robinhood Chain (chain ID 4663).
  4. Retain a small ETH balance for gas fees.
  5. Approve USDC spend when purchasing certificates (standard ERC-20 approval flow).

Eligibility Check

A one-time eligibility verification is required before trading. This can be executed onchain via the EligibilityGate contract or through a lightweight offchain KYC flow, depending on jurisdiction.

  1. Connect wallet on Robinhood Chain.
  2. Complete one-time KYC / eligibility check.
  3. Wait for early-access cohort approval (phased rollout).
  4. Approved wallets unlock primary issuance and secondary market access.
Join the waitlist at sherwoodfi.site to be notified when your cohort is approved.

User Flow

  1. Connect wallet on Robinhood Chain + complete one-time eligibility check.
  2. Browse markets — filter by state, yield, term, and collateral coverage.
  3. Approve USDC and purchase a tokenized certificate. Position appears in portfolio instantly.
  4. Hold for statutory yield at redemption, or list on the secondary market at any time.

Portfolio data, accrued interest, and market positions update in real time via onchain events and indexer queries.

Markets

Tax Liens vs Deeds

Sherwood Fi tokenizes two distinct instruments. Each is represented as an ERC-721 certificate with immutable statutory terms.

Tax LienTax Deed
InstrumentLien certificate on unpaid property taxesOwnership interest via tax deed sale
CollateralSenior first-position claim — senior to mortgages in most U.S. jurisdictionsDirect property interest
Return mechanismStatutory interest when owner redeemsHigher yield, shorter terms, distinct risk profile
Typical term12–36 months6–12 months

Live Markets

Current testnet / early-access markets. Statutory rates are set by jurisdiction — not by Sherwood Fi.

MarketTypeRateTermCollateral
Maricopa County, AZTax Lien16.0%36 mo22×
Miami-Dade County, FLTax Lien12.5%24 mo18×
Cook County, ILTax Lien9.0%30 mo15×
Harris County, TXTax Deed25.0%6 mo
Wayne County, MITax Lien18.0%12 mo12×
Pima County, AZTax Lien16.0%36 mo20×

Target net yield across markets: 8–16%. Settlement currency: USDC. Marketplace uptime: 24/7.

Redemption & Yield

Yield is generated through statutory interest paid when the property owner redeems the lien. Terms are fixed at mint and enforced by the RedemptionHandler contract — no discretionary payouts.

  • Redemption window encoded in token metadata at issuance.
  • Interest accrues from certificate purchase date.
  • Owner redemption triggers automatic USDC distribution to the holder.
  • Token is burned on settlement. Lien cleared onchain.
  • Alternative exit: sell on secondary market before redemption at any time.
Redemption timelines and foreclosure remedies vary by state. Review jurisdiction-specific terms on each market page.

Collateral Coverage

Collateral coverage measures how many times the underlying property value exceeds the lien face amount. Parcel references are embedded in each token and verifiable onchain.

Property status and valuation data may be verified via the CollateralVerifier contract and external oracles (Chainlink or Robinhood-native feeds) where jurisdiction requires it.

Architecture

System Overview

Sherwood Fi is a full-stack onchain RWA protocol. Certificates are minted on Robinhood Chain, traded on an onchain marketplace, and settled in USDC.

LayerComponent
BlockchainRobinhood Chain — EVM L2 on Arbitrum stack
AssetsERC-721 certificates (ERC-1155 for batch instruments)
SettlementUSDC (native or bridged)
Secondary marketHybrid orderbook / AMM onchain
FrontendNext.js + Wagmi + Viem
IndexingThe Graph subgraph or custom indexer
OraclesChainlink / Robinhood-native feeds for property data

High-level flow

User → Wallet (Wagmi/Viem)
     → EligibilityGate (one-time)
     → Marketplace (USDC → CertificateFactory mint)
     → ERC-721 Lien Certificate (portfolio)
     → RedemptionHandler (yield) OR Marketplace (secondary exit)

Smart Contracts

Core protocol contracts. All deployments require dual audit from recognized firms before mainnet launch. Emergency pause functionality included.

ContractResponsibility
CertificateFactoryCreates and mints lien/deed tokens with immutable metadata
MarketplacePrimary issuance and secondary orderbook — listing, matching, settlement
RedemptionHandlerProcesses owner redemptions — principal + statutory interest in USDC
CollateralVerifierOnchain / oracle verification of property status and parcel data
EligibilityGateOne-time wallet verification and cohort access control
GovernanceStaking$SHER staking — fee discounts, priority allocation, governance votes
Contracts are pausable in emergency scenarios. Contract addresses published on Blockscout at mainnet launch.

Certificate Standard

Each lien certificate is an ERC-721 token. Metadata is immutable after mint. The token is the legal-economic claim representation onchain.

Onchain metadata schema

{
  "market": "maricopa-az",
  "type": "Tax Lien",
  "statutoryRate": "16.0%",
  "maxTerm": "36mo",
  "parcelRef": "APN-304-12-045B",
  "county": "Maricopa",
  "state": "AZ",
  "faceValue": "1250.00",
  "collateralCoverage": "22x",
  "seniorClaim": true,
  "currency": "USDC",
  "issuedAt": "2026-03-15T00:00:00Z"
}
  • Transferable on secondary market.
  • Burned on redemption settlement.
  • All payments and ownership changes verifiable onchain.

Integrations

IntegrationPurpose
Wagmi + ViemWallet connection, chain switching, transaction signing
The GraphSubgraph for portfolio queries, market data, and event indexing
ChainlinkExternal property data, payment status, valuation feeds
LayerZeroCross-chain USDC bridging
Virtuals ProtocolAI yield optimizer agents operating on lien positions (roadmap)

Indexer events drive real-time portfolio updates in the frontend. No offchain database required for position state — the chain is the source of truth.

Secondary Market

The Marketplace contract supports a hybrid orderbook / AMM model for 24/7 certificate trading with atomic USDC + NFT settlement.

  1. List certificate at ask price in USDC from Portfolio.
  2. Buyer submits bid or accepts ask — matched onchain.
  3. Atomic swap: USDC to seller, NFT to buyer in a single transaction.
  4. No redemption required. Exit anytime during certificate term.

Fee Schedule

ActionProtocol Fee
Primary issuance (origination)0.5% of face value
Secondary trade0.25% per side
Redemption settlementNo protocol fee
Eligibility verificationFree

Revenue model: origination fees + secondary trading fees. $SHER stakers receive revenue share and fee discounts (see Tokenomics). Gas paid separately in ETH.

Tokenomics

$SHER Token

$SHER is the utility and governance token of Sherwood Fi. It aligns long-term participants with protocol growth and fee revenue.

  • Priority early-access allocation for new county markets
  • Governance votes on new market listings and protocol parameters
  • Staking for fee discounts on primary and secondary trades
  • Revenue share from marketplace origination and trading fees
  • Increased position limits for staked holders
Full supply, distribution, and vesting schedule to be published in the Tokenomics litepaper. Contract address announced at TGE.

Revenue Model

Protocol revenue is generated from marketplace activity, not from investor yield. Statutory interest flows entirely to certificate holders.

  • Origination fees on primary certificate purchases.
  • Trading fees on secondary market transactions.
  • Portion of fees distributed to $SHER stakers via GovernanceStaking contract.
  • Remaining fees fund protocol development and audit reserves.

Security

Audits & Compliance

Security is non-negotiable for an RWA protocol handling real-property claims. Sherwood Fi follows a defense-in-depth approach.

  • Minimum two independent audits from recognized firms before mainnet.
  • Pausable contracts with multisig-controlled emergency stop.
  • Onchain transparency as the primary trust mechanism — all certificates, payments, and redemptions verifiable.
  • SPV / wrapped offchain structures under evaluation for legal enforceability of underlying liens.
  • Jurisdiction-aware eligibility gating for regulatory compliance.
Sherwood Fi is not investment advice. Digital assets and tokenized real-world instruments involve risk. Review jurisdiction-specific terms before investing.

Roadmap

Technical Roadmap

PhaseMilestoneTimeline
ITestnet live — 6 county markets, faucet, waitlist2026 Q1 ✓
IIMainnet deployment + full secondary orderbook2026 Q2
III$SHER staking + governance launch2026 Q3
IVAI yield agents via Virtuals integration2026 Q4
VCounty expansion + additional RWA verticals2027

Documentation deliverables planned: Litepaper, full Tokenomics paper, audited contract reference, and pitch deck. This docs portal is the living technical reference.