+ − 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.
+ − Can autonomous agents use Njord to pay for actions?
The building blocks are there today. Njord is escrow plus a verified action plus automatic USDC settlement — the same primitive an AI agent needs to pay per call or per result against a pre-funded budget it cannot overspend. Any backend or agent can already record an action via @njord/sdk and trigger a payout. A dedicated pay-per-action API and an x402 / HTTP-402 adapter are on the roadmap, not yet shipped.
+ − How is this different from x402 / HTTP-402 paywalls?
x402 is a two-party pattern: a client pays a server per request. Njord adds a funded, multi-party escrow — one budget can pay many earners (or agents) per verified action, with fee splitting and a public audit trail built in. The two are complementary; a 402 response could settle against a Njord escrow.
+ − Is Njord production-ready?
The protocol is deployed on Solana devnet today; the program ID is public and explorable. Mainnet is pending an audit. 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.