Skip to content
Njord GitHub
Solana devnet · live

Where every click pays. Instantly. On-chain.

Njord replaces opaque affiliate networks with smart contracts. Companies fund escrow in USDC, affiliates promote, conversions settle in roughly three seconds, and 96.5¢ of every commission dollar reaches the person who earned it.

Settlement

~3 s

commission to wallet

Protocol fee

2.5%

of commission paid

Bridge fee

1%

to fiat operator

Tx cost

~$0.00025

per attribution

Why Njord

The primitive: on-chain attribution & instant escrow release

Settlement

~3 second commissions, not NET-90 invoices

When a conversion is recorded, the on-chain escrow releases the affiliate commission in roughly three seconds. The whole industry standard of 30-to-90-day payment terms collapses into the time it takes a Solana slot to confirm.

Cost

2.5% protocol fee + 1% bridge fee — full stop

Traditional affiliate networks skim 15–30% off every commission. Njord charges 2.5% to the protocol and 1% to the bridge operator who handled the payment rail. Transaction costs round to roughly $0.00025 per attribution on Solana.

Trust

Attribution is a public ledger, not a vendor dashboard

Campaigns, conversions, escrow balances, and payouts are all on-chain accounts you can inspect, replay, and audit. The affiliate does not have to trust the company; the company does not have to trust the network.

Reach

Crypto-native, fiat-bridged, or hybrid

Customers pay with cards via bridge operators. Companies fund campaigns in USDC or SOL. Affiliates receive USDC directly, or withdraw to a bank through the same bridge. The chain stays underneath; the UX stays normal.

Integrity

Economic fraud handling, not manual review queues

Suspicious conversions enter a challenge window. Bad actors stake against their reputation; verifiers earn for catching them. Honest participants build a tier — New, Verified, Trusted, Elite — that shortens their hold period over time.

Open

Smart contracts, SDKs, indexer — MIT licensed

The protocol is Anchor-based on Solana with a TypeScript SDK, React hooks, a bridge-operator SDK, and a GraphQL indexer. Devnet is live; the program ID is published; the source is on GitHub.

How it works

From a click to a settled commission, in seven on-chain steps

01

Create campaign

Company defines budget, commission model (percentage, flat, or tiered), the target action, and minimum affiliate tier.

02

Fund escrow

USDC or SOL is deposited into a campaign-scoped on-chain escrow. Funds stay locked until distributed or campaign ends.

03

Affiliate joins

Affiliate picks campaigns, gets a unique affiliate ID, and generates tracking links (URL parameter, short link, coupon, or SDK embed).

04

Customer converts

Customer clicks the affiliate link and completes the target action through a bridge or directly. No wallet required for the customer.

05

Bridge records attribution

The bridge operator (or company SDK) submits the conversion event on-chain. The contract validates campaign, affiliate, and escrow balance.

06

Contract calculates fees

Smart contract subtracts the 2.5% protocol fee and the 1% bridge fee, then releases the remainder from escrow to the affiliate wallet.

07

Commission lands

Affiliate sees USDC arrive in roughly three seconds. Elite-tier affiliates skip the hold period; lower tiers wait 24h–7d.

08

Audit anytime

Every step is on-chain. Re-derive the campaign state from public accounts; nothing is hidden in a vendor dashboard.

Who builds on Njord

Three roles, one ledger

Campaign owners

Pay only for verified conversions. On-chain escrow protects your budget. Stake NJORD for up to 50% fee discounts. Pause, withdraw remaining funds, or challenge suspicious conversions at any time.

Run a campaign →

Affiliates & creators

Browse open campaigns, get a unique tracking link, and earn in seconds. Build a reputation tier to shrink your hold period from 7 days down to real-time. No middleman holds your payout.

Earn as an affiliate →

Bridge operators

Run the fiat rails. Earn the 1% bridge fee on every transaction you process, plus staking yield in higher tiers (Bronze, Silver, Gold, Platinum). Docker-deployable bridge SDK, region-agnostic.

Run a bridge →

Integration

Four packages. TypeScript-first.

Pick the package that matches the role you're building for. Each wraps the on-chain program with idiomatic surfaces.

@njord/sdk

Core TypeScript SDK for direct protocol interaction. Use this from backends, scripts, and indexers.

@njord/react

React hooks and components for frontends. Connect wallets, browse campaigns, render attribution flows.

@njord/bridge-sdk

For bridge operators. Standardised attribution submission, fee accounting, and Docker-friendly deploy patterns.

@njord/indexer

Event indexer with a GraphQL API over campaigns, conversions, payouts, and affiliate tiers.

# Get the source
git clone https://github.com/cryptuon/njord.git
cd njord && pnpm install && pnpm build

# Devnet program ID
Hm5WfS2KL4UPaUqVJ3vadCuPMCftw2oybqvpDr7fn9Hv

Honest comparisons

Where Njord fits versus the alternatives

We benchmark against the rails affiliate-marketing and per-click monetisation teams actually use. Pick what fits; switch when the math changes.

FAQ

Questions teams ask before they integrate

+ What chain does Njord run on?

Solana. The on-chain programs are Anchor-based. The devnet program ID is Hm5WfS2KL4UPaUqVJ3vadCuPMCftw2oybqvpDr7fn9Hv. Mainnet deployment is pending.

+ Where does the ~3 second settlement number come from?

It is the sum of bridge confirmation (~2s) plus an attribution submitted to Solana plus the slot confirmation that releases escrow. On devnet the budget breaks down as roughly T+2s for the bridge, T+2.5s for the attribution write, T+3s for confirmation and payout.

+ What does it cost to run a campaign?

A flat 0.1 SOL campaign-creation fee to the treasury, 2.5% protocol fee on commissions paid, and 1% bridge fee on commissions paid. Staking 5,000 NJORD removes 10% of the protocol fee; 25,000 NJORD removes 25%; 100,000 NJORD removes 50%.

+ How does it stop fraud?

Two layers. First, automated scoring flags self-referrals, bot traffic, and duplicate conversions before payout. Second, an on-chain challenge window lets verifiers contest suspect attributions and earn from slashed stake when they win. Affiliate tiers gate access to premium campaigns.

+ Do affiliates need a crypto wallet?

No. The bridge path lets affiliates earn through a fiat-front-end and withdraw to a bank in local currency. Crypto-native affiliates connect a Solana wallet (Phantom, Solflare, Backpack) and receive USDC directly.

+ Is Njord production-ready?

The protocol is deployed on Solana devnet today; the program ID is public and explorable. Mainnet is pending. SDKs and the indexer are open-source in the GitHub workspace. Treat this as a working public testnet rather than a battle-tested mainnet system.

+ Why "Njord"?

Njord is the Norse god of seafarers and prosperity at sea — the patron of fair returns on voyages. The protocol routes value back to the people who actually made the journey: the affiliate who sent the customer, not the network in the middle.

Stop waiting 90 days to settle a click.

Clone the repo, deploy on devnet, and run a campaign in under an hour. The docs walk through campaign creation, bridge integration, and the SDK in detail.