NORTHFALL
Overview
Integration
Configuration
Reputation Scoring
Market Gating
Tiers & Rewards
API Reference
Troubleshooting
northfall.vercel.app
FairScale
Architecture
NorthFall leverages FairScale's onchain reputation infrastructure to establish a verifiable trust layer for our decentralized exchange. by integrating real-time wallet analysis, we enable a meritocratic trading environment where user history directly translates to protocol privileges, capital efficiency, and exclusive market access.

Strategic Integration

In decentralized finance, capital efficiency is often hampered by the lack of identity. NorthFall solves this by implementing FairScale as a non-intrusive identity layer. This allows us to offer institutional-grade features to retail users who have proven their reliability onchain, without compromising privacy or requiring KYC.

Value Drivers

Risk-Adjusted Access

We mitigate protocol risk by gating high-leverage and experimental markets to users with proven onchain maturity.

Meritocratic Rewards

NorthFall automatically distributes higher yields and fee rebates to long-term participants, creating sustainable retention.

Sybil Resistance

By requiring historical onchain activity for premium features, we naturally filter out bot interactions and wash traders.

Undercollateralized Potential

FairScale scores lay the groundwork for future undercollateralized lending pools based on wallet creditworthiness.

System Architecture

apps/web/src/features/fairscale/
├── providers/
│   └── FairScaleProvider.tsx    # State Management: Handles API polling and global context
├── components/
│   ├── FairScaleModal.tsx       # UI Layer: User facing reputation dashboard
│   ├── OnchainVerificationBadge.tsx # Trust Layer: Solscan integration for proof
│   └── ReputationGatedMarket.tsx # Access Control: Logic for market permissions
├── hooks/
│   └── useTierAccess.ts         # Logic Layer: Abstracted permission hooks
└── utils/
    └── fairscaleApi.ts          # Network Layer: Fail-safe API communication