
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@solinkify/depin
Advanced tools
Solinkify DePIN node-operator SDK — staking tiers, PDA helpers, weighted score, and epoch reward math for the $SINKY relay network on Solana.
Node-operator SDK for the Solinkify DePIN relay network on Solana: staking
tiers, PDA helpers, weighted-score and epoch-reward math, and thin instruction
wrappers for register_node / add_stake / unstake / claim_reward —
everything mirrors the on-chain program, so what you compute locally is what
the contract enforces.
Run a node, relay Solinkify traffic (Jalur B), earn a share of protocol fees: 0.375% of every relayed payment goes to the relaying node directly plus 0.375% into the epoch reward pool, split by weighted score.
npm install @solinkify/depin @coral-xyz/anchor @solana/web3.js @solana/spl-token
| Tier | Min stake | Multiplier |
|---|---|---|
| Lite | 25 $SINKY | 1.0× |
| Bronze | 100 $SINKY | 1.0× |
| Silver | 500 $SINKY | 1.5× |
| Gold | 2,000 $SINKY | 2.5× |
import { getTierFromStake, TIER_THRESHOLDS, MIN_STAKE, formatSinky } from '@solinkify/depin';
getTierFromStake(2_000n * 1_000_000_000n); // 'Gold' (raw units, 9 decimals)
Reward weight = stake × multiplier × uptime — calculateWeightedScore()
mirrors the on-chain formula exactly.
import { createDepinClient, deriveNodeOperatorPda } from '@solinkify/depin';
// Requires env: NEXT_PUBLIC_RPC_URL, NEXT_PUBLIC_PROGRAM_ID, NEXT_PUBLIC_SINKY_MINT
const client = createDepinClient(provider, idl); // AnchorProvider + program IDL
await client.registerNode({ stakeAmount: 100n * 1_000_000_000n, provider, idl }); // Bronze
const node = await client.fetchNodeOperator(wallet.publicKey);
const est = await client.estimateReward(wallet.publicKey);
computeFees() reproduces the on-chain split so dashboards and nodes can
display exact expected amounts:
A8qSJCS2uxxnEMdCcpjX2L8hUUMydoeCi5xq5qvzS22B (same on devnet & mainnet)["node_operator", operator], ["epoch_state", epoch_num]MIT © Solinkify
FAQs
Solinkify DePIN node-operator SDK — staking tiers, PDA helpers, weighted score, and epoch reward math for the $SINKY relay network on Solana.
We found that @solinkify/depin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.