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
| Entity | Settlement / Fine | Year | Allegation |
|---|---|---|---|
| RealPage (DOJ) | Court-appointed monitor (3yr) | Nov 2025 | Algorithmic rent price-fixing via YieldStar; sharing nonpublic competitor data |
| Greystar (DOJ) | DOJ settlement + compliance terms | Aug 2025 | Participation in RealPage algorithmic pricing scheme |
| Greystar (Class Action) | $50,000,000 | Oct 2025 | Private class-action: tenants overcharged via algorithmic pricing |
| Greystar (9 States) | $7,000,000 | Nov 2025 | Multi-state AG action for RealPage software usage |
| 25+ Landlords (Class Action) | $141,800,000 | 2025 | Consolidated class-action settlements for algorithmic rent inflation |
| Blackstone / LivCor (DOJ) | Consent decree + compliance terms | Dec 2025 | Algorithmic 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 settlement | Jan 2025 | Algorithmic pricing collusion |
| Fair Housing Act penalties (HUD) | $26,262 first offense / $65,654 repeat / $131,308 third | 2025 | Per-violation civil penalties; inflation-adjusted annually |
| DOJ Civil Rights Division | Up to $150,000 per violation | Ongoing | Pattern-or-practice fair housing violations |
| Total Industry Exposure: $198.8M+ settled, billions pending | RealPage 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.
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.
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.
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.
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.
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.
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 Capability | RealRiches | RealPage | Zillow | AppFolio / Yardi |
|---|---|---|---|---|
| FARE Act Compliance | Built into architecture | Under DOJ consent decree | None | None |
| Algorithmic Screening Audit | 3-model consensus ISP | Single model (flagged by DOJ) | N/A | Basic credit check |
| Formal Policy Verification | Z3 solver (6 domains) | None | None | None |
| Zero-Knowledge Qualification | Groth16 ZKP | None | None | None |
| Fail-Closed Route Guards | 503 on misconfiguration | Degrades silently | N/A | Degrades silently |
| Immutable Audit Trail | Append-only ledger | Under court monitor | None | Basic logs |
| Disparate Impact Analysis | Real-time per decision | Retroactive only | None | None |
| Jurisdictional Compliance | 17 jurisdictions (auto) | Manual per-client | None | Manual |
| Regulatory Status | Clean — zero litigation | DOJ settlement + 3yr monitor | FTC antitrust suit active | No 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.
FARE Act (Federal)
Algorithmic fairness in screening, pricing, and advertising. 3-model consensus ISP. Z3 verification. Full audit trail. 17 jurisdictions covered.
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.
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.
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).
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.
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.
HOPA (Senior Housing)
Housing for Older Persons Act age verification automation. Certification tracking, exemption documentation, and compliance reporting for 55+ communities.
LL97 (NYC Commercial)
Local Law 97 carbon emissions tracking for commercial properties. Automated penalty calculations, reduction pathway modeling, and compliance documentation for NYC buildings.
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.
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.
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.
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