Skip to content

cryptuon/njord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Njord Protocol

Njord Protocol

Where Every Click Pays. Instantly. On-Chain.

Solana Devnet License: MIT Dashboard TypeScript SDK Anchor


Njord is a decentralized affiliate marketing protocol on Solana that replaces opaque middlemen with transparent smart contracts. Companies fund campaigns with on-chain escrow, affiliates earn commissions settled in seconds, and independent bridge operators bring the whole world in through fiat on/off ramps.

No more NET-90 payment terms. No more black-box tracking. No more trust issues.


The Problem with Affiliate Marketing Today

  • Slow payments — Affiliates wait 30–90 days to get paid
  • Opaque tracking — Proprietary dashboards with no way to verify numbers
  • High fees — Networks take 15–30% of every commission
  • Fraud with no accountability — Bad actors thrive, honest participants suffer
  • Regional gatekeeping — KYC-heavy platforms lock out global talent

How Njord Works

sequenceDiagram
    participant Company
    participant Njord as ⛓️ Njord Protocol
    participant Affiliate
    participant Customer
    participant Bridge as 🌐 Bridge

    Company->>Njord: Create campaign & fund escrow
    Affiliate->>Njord: Join campaign
    Affiliate->>Customer: Share tracking link
    Customer->>Bridge: Complete purchase
    Bridge->>Njord: Record attribution on Solana
    Njord->>Affiliate: Commission released (~3 seconds)
Loading

Who Is Njord For?

For Campaign Owners

  • Pay only for verified results
  • On-chain escrow protects your budget
  • Built-in fraud detection & challenge system
  • Real-time analytics on every conversion
  • Stake NJORD for up to 50% fee discounts

For Affiliates

  • Commissions in seconds, not months
  • Build reputation → unlock faster payouts
  • No middlemen, no platform lock-in
  • Browse campaigns & generate links instantly
  • Earn in USDC or withdraw to bank via bridge

For Bridge Operators

  • Earn fees on every transaction you process
  • Stake NJORD for higher volume tiers
  • Multiple revenue streams (fees + staking + spread)
  • Run infrastructure in any region
  • Plug-and-play SDK with Docker deployment

Why Njord?

Traditional Networks Njord Protocol
Payment Speed 30–90 days ~3 seconds
Transparency Proprietary dashboards On-chain, fully auditable
Platform Fee 15–30% 2.5% protocol + 1% bridge
Fraud Handling Manual review, weeks Automated scoring + economic challenges
Global Access Regional, KYC-heavy Permissionless + optional bridge KYC
Trust Model "Trust the network" Trustless smart contracts
Settlement Bank transfers Direct USDC to wallet

Key Numbers

Metric Value
Settlement time ~3 seconds
Transaction cost ~$0.00025
Protocol fee 2.5%
Total NJORD supply 1,000,000,000
Affiliate tiers 4 (New → Verified → Trusted → Elite)
Bridge tiers 4 (Bronze → Silver → Gold → Platinum)

Ecosystem

flowchart LR
    Companies["🏢 Companies"] --> Contracts["⛓️ Njord Smart Contracts"]
    Affiliates["📢 Affiliates"] --> Contracts
    Bridges["🌐 Bridge Operators"] --> Contracts
    Contracts --> Escrow["💰 Escrow & Payouts"]
    Contracts --> Fraud["🛡️ Fraud Detection"]
    Contracts --> Gov["🗳️ Governance"]
    NJORD["🪙 NJORD Token"] --> Gov
    NJORD --> Bridges
Loading

Get Started

I want to... Go here
Explore the network Dashboard
Read the full documentation Documentation
Understand how it works How It Works →
Start as an affiliate For Affiliates →
Launch a campaign For Companies →
Run a bridge For Bridge Operators →
Understand the token Tokenomics →

Packages

Package Description
@njord/sdk Core TypeScript SDK for protocol interaction
@njord/react React hooks and components for frontend apps
@njord/bridge-sdk SDK for building bridge operator services
@njord/indexer Event indexer with GraphQL API

Deployment

Network Program ID Status
Devnet Hm5WfS2KL4UPaUqVJ3vadCuPMCftw2oybqvpDr7fn9Hv Live
Mainnet Hm5WfS2KL4UPaUqVJ3vadCuPMCftw2oybqvpDr7fn9Hv Pending

Quick Start (Developers)

git clone https://github.com/njord-protocol/njord.git
cd njord
pnpm install
pnpm build

For detailed setup, deployment, and API documentation, see the Developer Guide.


Contributing

Contributions are welcome. See CONTRIBUTING.md for guidelines.

For security concerns, email support@cryptuon.com or open a private security advisory.


License

MIT

About

Where Every Click Pays. Instantly. On-Chain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors