RA
Regulatory Architecture
Compliance Is the Architecture.
Not an Afterthought.

RealRiches is the ONLY listing platform where FARE Act compliance, fair housing automation, and algorithmic fairness are structurally impossible to bypass. Built into the source code. Enforced by formal verification. Audited at every layer.

Explore Agent Services

The Regulatory Landscape: Why This Matters Now

The FARE Act (Fairness in Algorithmic Renting and Evaluation) and its companion regulations represent the most significant shift in fair housing enforcement since the Fair Housing Act of 1968. Combined with Colorado ADAI, NYC Local Law 144, and 5+ states actively drafting similar legislation, every platform using algorithms for screening, pricing, or advertising faces mandatory compliance — or existential legal exposure.

$198.8M+ in Settlements. Zero Compliance Tools. Until Now.

The industry has paid nearly $200 million in settlements related to algorithmic pricing and screening practices — and litigation is accelerating. No existing listing platform has built-in compliance. RealRiches was architected from day one for this regulatory environment.

The Price of Non-Compliance: Industry Penalties

EntitySettlement / FineYearAllegation
RealPage (DOJ)Court-appointed monitor (3yr)Nov 2025Algorithmic rent price-fixing via YieldStar; sharing nonpublic competitor data
Greystar (DOJ)DOJ settlement + compliance termsAug 2025Participation in RealPage algorithmic pricing scheme
Greystar (Class Action)$50,000,000Oct 2025Private class-action: tenants overcharged via algorithmic pricing
Greystar (9 States)$7,000,000Nov 2025Multi-state AG action for RealPage software usage
25+ Landlords (Class Action)$141,800,0002025Consolidated class-action settlements for algorithmic rent inflation
Blackstone / LivCor (DOJ)Consent decree + compliance termsDec 2025Algorithmic pricing via RealPage; sharing competitive data
Zillow + Redfin (FTC + 5 States)Active litigation (2026)Sep 2025$100M anticompetitive rental agreement; harming renters
Cortland (DOJ)DOJ settlementJan 2025Algorithmic pricing collusion
Fair Housing Act penalties (HUD)$26,262 first offense / $65,654 repeat / $131,308 third2025Per-violation civil penalties; inflation-adjusted annually
DOJ Civil Rights DivisionUp to $150,000 per violationOngoingPattern-or-practice fair housing violations
Total Industry Exposure: $198.8M+ settled, billions pendingRealPage software banned in 10+ cities, statewide in NY and CA

How RealRiches Makes Non-Compliance Architecturally Impossible

Compliance at RealRiches is not a feature toggle or an add-on module. It is enforced at 6 distinct architectural layers, each of which must pass before any screening, pricing, or advertising decision reaches a tenant or landlord. Disabling any layer triggers a hard fail — the system returns a 503 SERVICE_NOT_CONFIGURED error rather than proceeding without compliance.

Layer 1 — Source Code

FairScreen Independent Screening Pipeline (ISP)

Three independent AI models evaluate every screening decision in parallel. A decision only proceeds when all three models reach consensus. If any model flags potential disparate impact, the decision routes to human review. The ISP cannot be bypassed — it is the only code path for screening decisions. 1,895 lines of production code with full test coverage.

Layer 2 — Formal Verification

Z3 Policy Gate (6 Domains)

Every business rule — screening criteria, pricing algorithm, advertising targeting, lease terms, fee structures, and maintenance prioritization — passes through a Z3 satisfiability solver that mathematically proves the rule does not create protected-class disparate impact BEFORE it executes. Not statistical sampling. Mathematical proof. Formal verification across 6 policy domains.

Layer 3 — Cryptography

ZKP Tenant Qualification (Groth16)

Tenants prove they meet income and credit thresholds via zero-knowledge proofs without revealing actual financial data. The landlord learns ONLY yes/no qualification — never the underlying numbers. This eliminates the data surface for discriminatory decision-making while providing provable qualification. Patent-eligible with confirmed zero prior art.

Layer 4 — Route Guards

Fail-Closed Architecture

Every API route handling screening, pricing, or tenant evaluation includes a composeProtectedPreHandler() guard. If FairScreen is not configured, the route returns 503 — not a degraded result, not a bypass, not a fallback. Hard failure. This was implemented in the Codex remediation sprint (commit 26a65162) with 83 lines of test coverage verifying the fail-closed behavior.

Layer 5 — Audit Trail

Immutable Compliance Ledger

Every screening decision, pricing recommendation, and advertising action is logged to an append-only ledger with: timestamp, actor ID, decision inputs (hashed), model outputs, consensus result, Z3 verification proof, and final outcome. The ledger is designed for regulatory discovery — every decision is explainable and reproducible.

Layer 6 — Market Toggles

verticalGate() Middleware (70 Switches)

The 70-switch market toggle architecture (22 master x 49 sub-feature keys) ensures compliance requirements are enforced per-jurisdiction. Each market configuration specifies which FARE Act provisions, state laws, and local ordinances apply. The verticalGate() middleware enforces 3 layers: MarketConfig, FeatureFlag, and Entitlement. A market cannot activate screening without FARE compliance being co-activated.

The Key Difference: Compliance Cannot Be Disabled

Every competitor treats compliance as a configuration option — something that can be turned off, overridden, or bypassed by an administrator. At RealRiches, the compliance layers are structurally embedded in the code path. There is no admin toggle. There is no override. There is no workaround. If compliance is not active, the system does not function. This is not a policy decision — it is an architectural invariant enforced by formal verification (Z3), cryptographic protocols (Groth16), and fail-closed route guards.

How We Compare to Every Competitor

Compliance CapabilityRealRichesRealPageZillowAppFolio / Yardi
FARE Act ComplianceBuilt into architectureUnder DOJ consent decreeNoneNone
Algorithmic Screening Audit3-model consensus ISPSingle model (flagged by DOJ)N/ABasic credit check
Formal Policy VerificationZ3 solver (6 domains)NoneNoneNone
Zero-Knowledge QualificationGroth16 ZKPNoneNoneNone
Fail-Closed Route Guards503 on misconfigurationDegrades silentlyN/ADegrades silently
Immutable Audit TrailAppend-only ledgerUnder court monitorNoneBasic logs
Disparate Impact AnalysisReal-time per decisionRetroactive onlyNoneNone
Jurisdictional Compliance17 jurisdictions (auto)Manual per-clientNoneManual
Regulatory StatusClean — zero litigationDOJ settlement + 3yr monitorFTC antitrust suit activeNo AI compliance

All Compliance Frameworks Built Into the Platform

FARE Act compliance is one of 12+ regulatory frameworks embedded in the RealRiches architecture. Each framework is enforced at the code level — not as documentation, not as training, not as policy — as executable, testable, auditable code.

Fair Housing

FARE Act (Federal)

Algorithmic fairness in screening, pricing, and advertising. 3-model consensus ISP. Z3 verification. Full audit trail. 17 jurisdictions covered.

AI Governance

Colorado ADAI (SB 24-205)

Automated Decision-making AI governance. Impact assessments, transparency obligations, opt-out mechanisms, and annual algorithmic audits for all AI-driven tenant decisions.

Consumer Reporting

FCRA (Fair Credit Reporting Act)

Fail-closed screening architecture. Adverse action notices. Dispute resolution workflows. Consumer data accuracy obligations. 503 SERVICE_NOT_CONFIGURED on misconfiguration.

Privacy

CCPA / CPRA (California)

Consumer data rights: access, deletion, opt-out of sale. Data minimization in screening. Privacy-by-design in ZKP qualification (tenant data never exposed).

Healthcare

HIPAA (Senior Housing)

Protected health information handling in senior housing vertical. BAA-ready infrastructure. PHI encryption at rest and in transit. Access controls with role-based authorization.

Athletics

NCAA CARA Compliance

Countable Athletically Related Activities monitoring via access control. 2,257 lines of compliance automation. Zero competition — 1,075 institutions with no existing solution. Patent pending.

Housing

HOPA (Senior Housing)

Housing for Older Persons Act age verification automation. Certification tracking, exemption documentation, and compliance reporting for 55+ communities.

Carbon

LL97 (NYC Commercial)

Local Law 97 carbon emissions tracking for commercial properties. Automated penalty calculations, reduction pathway modeling, and compliance documentation for NYC buildings.

HOA

Florida SB 4-D (HOA Transparency)

Reserve fund transparency mandates for 49,000+ Florida HOAs. Plaid-synced reserve vault with immutable transaction ledger. Cryptographic voting for board elections.

Financial

SOX-Ready Financial Controls

Separation of duties, audit trail immutability, financial record retention, and access control enforcement for all billing, payment, and reserve fund operations.

Identity

ISO 18013-5 (DAV)

Digital Age Verification via mobile driver license standard. Identity verification without exposing unnecessary personal data. Fraud prevention built into the transaction flow.

AI Employment

NYC Local Law 144

Automated employment decision tool compliance. Bias audits, transparency requirements, and notice obligations for AI-driven hiring and evaluation decisions.

6 Patent-Eligible Inventions. Zero Prior Art. 12+ Compliance Frameworks.

Explore Agent Services Back to Home
RAHome