Skip to content

Satelink-Protocol/Satelink_Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

668 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Satelink Network

Decentralized RPC Gateway with On-Chain USDT Settlement

Node operators earn USDT on Polygon by routing real blockchain RPC traffic. Developers get reliable, decentralized infrastructure. Platform fee: 30%. Node operators: 50%. Distribution pool: 20%.

Proven Metrics (Live)

  • 1.7M+ API calls processed
  • $53+ USDT earned by operators
  • $220.59/month projected revenue
  • 99.8% uptime | 85ms avg latency
  • On-chain proof: View TX

Quick Links

Quick Start

# Test RPC (no API key required for free tier)
curl -X POST https://rpc.satelink.network/rpc/polygon \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'

# Get API key for higher limits
curl -X POST https://rpc.satelink.network/api/keys \
  -H "Content-Type: application/json" \
  -d '{"tier":"free"}'

Stack

  • Backend: Node.js 20 + Express + PostgreSQL + Redis
  • Frontend: Next.js 14 + Tailwind + shadcn/ui
  • Contracts: Solidity + Foundry + OpenZeppelin
  • Network: Polygon PoS (mainnet 137) | Polygon Amoy (testnet)
  • Settlement: USDT (ERC-20)

For Developers

git clone https://github.com/Satelink-Protocol/Satelink_Network.git
cd Satelink_Network
npm install
cd apps/web && npm install && cd ..
cp .env.example .env  # Fill in: DATABASE_URL, REDIS_URL, JWT_SECRET
npm run dev           # Backend (port 8080)
cd apps/web && npm run dev  # Frontend (port 3000)

Architecture

┌─────────────────────────────────────────────────────────────┐
│                    SATELINK NETWORK                         │
├─────────────┬─────────────┬─────────────┬──────────────────┤
│  RPC Layer  │  Billing    │   Epoch     │   Settlement     │
│  (Gateway)  │  (Metering) │  (Rewards)  │   (Polygon)      │
├─────────────┴─────────────┴─────────────┴──────────────────┤
│                     Node Network                            │
│        [Router] [VPS] [GPU] [Server] [IoT Device]          │
└─────────────────────────────────────────────────────────────┘
  • RPC Gateway: Routes Polygon RPC calls through distributed nodes
  • Metering: Real-time usage tracking in PostgreSQL
  • Settlement: EIP-712 signed claims → on-chain USDT via ClaimsContract
  • Economic Split: 50/30/20 enforced by smart contracts

Revenue Model

Metric Current Target
Hourly rate $1.26/hr $500/hr
Monthly $220.59 $360,000
Growth needed 1x 395x

Path to $500/hr: Chainlist listing + node operator growth + enterprise clients

Supported Chains

Chain Endpoint Chain ID Status
Polygon /rpc/polygon 137 Live
Polygon Amoy /rpc/polygon-amoy 80002 Live
Ethereum /rpc/ethereum 1 Live
Arbitrum /rpc/arbitrum 42161 Live
Base /rpc/base 8453 Live

Contracts (Polygon Mainnet)

Contract Address
ClaimsContract 0x6987921e2453f360e314e4424F6c2789F10a1CC9
Treasury 0x966E1Ae22996545015b1414B35234b10719d7Ad4

Documentation

Contributing

See CONTRIBUTING.md

License

MIT


Revenue first. Rewards second.

Website · Dashboard · RPC

About

Satelink Network — Decentralized Physical Infrastructure (DePIN) platform. Monetize idle hardware with USDT settlement on Polygon. RPC, AI inference, webhooks, automation.

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.BSL

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors