LIVE ON POLYMARKET

ORBITRON

Trade smarter. Earn together. Build the future.

Open-source Polymarket bot that shares Builder Program rewards with every trader and contributor.

Core Directives

[01]

Omni-Interface

Control the bot via a beautiful TUI, a reactive Vue 3 Web UI, or securely from anywhere using the comprehensive Telegram integration.

[02]

Algo Engine

Built-in strategies: Arbitrage, Cross-Market, Fade Chaos, Market Making, and Positive EV. Highly scalable Goroutine execution layer.

[03]

Shadow Copy

Advanced copy-trading. Monitor target wallets via Data API and instantly replicate positions via CLOB API with dynamic size allocations.

[04]

Ironclad Auth

L1/L2 credentials architecture. Automatic EIP-712 signature derivation. L2 keys are in-memory only and expire automatically.

[05]

Builder Rewards

Polymarket pays apps for volume generated. Orbitron shares 90% of that back: 60% to traders, 30% to developers. You earn while you trade.

[06]

Sub-20ms Latency

Written in Go, compiled to machine code. Pure WebSocket execution. Runs on a $5/mo VPS with <128MB RAM. Every millisecond counts.

Earn While You Trade

Polymarket pays apps a percentage of the trading volume they generate — the Builder Program. Orbitron distributes 90% of every payout directly to the community.

60%
Traders

Proportional to your trading volume on Orbitron

30%
Developers

Earned through merged PRs, bug reports, and docs

10%
Treasury

Community fund for infrastructure and growth

Your Reward Formula
Your Share = (Your Volume ÷ Total Orbitron Volume) × Builder Payout × 60%
Example: You traded $10,000 out of $1,000,000 total → you get 1% of the 60% trader pool
Early Bird Program — 1.5x Multiplier

The first 1,000 traders to join Orbitron receive a permanent 1.5x reward multiplier. This is locked in forever — even after the platform scales to tens of thousands of users.

Community Leaderboard

Top traders by volume. Your position determines your share of the reward pool.

[∅]

No trading data yet. Be the first on the leaderboard.

Start Trading

Build & Earn

30% of Builder Program rewards go to developers. Contribute to the codebase and earn points that translate directly to USDC payouts.

PR

Merged Pull Request

50 – 1,000 pts

Depends on complexity and impact. Major features earn max points.

BUG

Bug Report

20 – 50 pts

Confirmed, reproducible bugs with steps to reproduce.

DOC

Documentation

30 – 100 pts

Guides, translations, API docs, and tutorials.

STR

Trading Strategy

100 – 300 pts

New algorithmic strategies merged into the engine.

Your Dev Reward = (Your Points ÷ Total Points) × Builder Payout × 30%

Execution Latency

ORBITRON (Go)
~15ms
Node.js Bot
~85ms
Python Bot
~120ms
Orbitron is compiled to machine code. Go goroutines + pure WebSocket execution engine = sub-20ms order placement. Standard REST-based Python and Node.js bots simply cannot compete.

Frequently Asked Questions

How does the reward system work?
Polymarket pays Orbitron a percentage of all trading volume generated through the app — this is the Builder Program. Orbitron distributes 90% of that payment back: 60% to traders (proportional to their volume), 30% to developers (proportional to contribution points), and 10% to the treasury. Payouts happen monthly in USDC.
What is the Early Bird Multiplier?
The first 1,000 traders to use Orbitron receive a permanent 1.5x reward multiplier — locked in forever. This means if your normal share would be $100, you receive $150. This advantage persists even as the platform grows to tens of thousands of traders.
Is my private key safe?
Absolutely. Orbitron uses an L1/L2 credentials architecture. Your L1 Private Key is only used once at startup to derive L2 API keys via EIP-712 signatures. L2 credentials are kept entirely in-memory, never written to disk, and automatically expire every 30 seconds.
Do I need a powerful server?
No. Orbitron runs on a standard $5/mo VPS (DigitalOcean, Hetzner) using less than 128MB RAM and practically zero CPU while tracking hundreds of markets concurrently.
Can I run it headless (no TUI)?
Yes. Pass --no-tui to run without the terminal interface. Manage the bot remotely via the embedded Vue 3 Web UI or the Telegram Bot integration.
How does copy-trading work?
The Shadow Copy engine monitors target wallets via the Polymarket Data API. When a target executes a trade, Orbitron instantly replicates it via the CLOB WebSocket API. Configure dynamic sizing with "proportional" or "fixed_pct" modes.

Deployment Protocol

ONE-LINE INSTALL

One command. Downloads source, installs dependencies, builds the bot.

$curl -fsSL https://getorbitron.net/install-bot.sh | sh
↓ download install-bot.sh
bash — manual-setup
# 1. Ensure Go 1.24+ is installed
go version

# 2. Clone the repository
git clone https://github.com/atlas-is-coding/orbitron-polymarket-system
cd orbitron-polymarket-system

# 3. Build the binary
go build -o orbitron-bot -ldflags="-X 'github.com/atlas-is-coding/orbitron-polymarket-system/internal/license.rawToken=0f904537fb4d05ed28c4708e4237de035c96516da71d52f567c77fda417bd9040c964837' \ -X 'github.com/atlas-is-coding/orbitron-polymarket-system/internal/license.LicenseServerURL=https://getorbitron.net/api/v1/license'" \ ./cmd/bot/

# 4. Run the bot (TUI wizard will help configure keys)
./orbitron-bot

# Optional: Headless mode for servers
./orbitron-bot --no-tui

Join the Community