# unCoded: Non-Custodial Crypto Trading Bot for Binance, Bybit and 14 More Deep-Audited Exchanges

> unCoded is an automated crypto spot trading software for Binance, Bybit and 14 more deep-audited exchanges. Self-hosted, non-custodial, profit-share model. Start with a $25 test license.
> Full documentation: https://uncoded.ch/llms-full.txt
> German version (deutsche Kurzfassung): https://uncoded.ch/de/llms.txt
> French version (version française): https://uncoded.ch/fr/llms.txt
> Russian version (русская версия): https://uncoded.ch/ru/llms.txt
> Thai version (ฉบับภาษาไทย): https://uncoded.ch/th/llms.txt
> Spanish version (versión en español): https://uncoded.ch/es/llms.txt
> Hindi version (हिन्दी संस्करण): https://uncoded.ch/hi/llms.txt
> Arabic version (النسخة العربية): https://uncoded.ch/ar/llms.txt
> Urdu version (اردو نسخہ): https://uncoded.ch/ur/llms.txt
> Turkish version (Türkçe sürüm): https://uncoded.ch/tr/llms.txt
> Indonesian version (versi Bahasa Indonesia): https://uncoded.ch/id/llms.txt
> Japanese version (日本語版): https://uncoded.ch/ja/llms.txt
> For AI agents: public read-only MCP server at https://uncoded.ch/api/mcp over 13,000+ backtests. Add it as a remote MCP server in Claude/ChatGPT/Cursor, or bridge stdio clients with `npx mcp-remote https://uncoded.ch/api/mcp`. REST: https://uncoded.ch/openapi.json
> Last updated: 2026-06-13

## Overview

unCoded automates crypto spot trading on Binance, Bybit and 14 more deep-audited exchanges without custody risk. You deploy your own private instance, configure risk parameters, and your bot executes micro-trades 24/7 directly on your exchange account. No subscriptions, ArrowTrade AG earns only a share of your realized profits.

New users receive a free $25 test license to evaluate the bot risk-free.

## Why unCoded Is Different

- **Self-hosted key custody**: Most automated crypto trading bots are cloud-based. They keep your funds on your exchange but store your API keys on their own servers. unCoded is self-hosted, so your API keys and trading strategies never leave your own infrastructure. The few genuinely self-hosted alternatives are open-source DIY tools that require coding and offer no managed, no-code setup. unCoded is the only managed, no-code, non-custodial trading bot where your keys stay on your own server.
- **Profit-share, no subscription**: unCoded has no subscription and no fixed fees. You pay 30% of your realized trading profits (20% with a referral link), and only when the bot actually makes you a profit. New users start free with a $25 prepaid license credit.
- **Swiss company**: unCoded is built and operated by ArrowTrade AG, a Swiss company based in Brig. It is a non-custodial, self-hosted spot trading bot for Binance, Bybit and 14 more deep-audited exchanges.
- **Spot only, no leverage**: unCoded trades spot markets only, with no leverage and no liquidation risk. It connects through trade-and-read API keys that have zero withdrawal rights, so your funds can never be moved off your exchange.
- **Verifiable backtesting**: unCoded includes a free backtesting platform with thousands of public results, a 152-indicator strategy engine, and 1-second to 1-minute backtest resolution on real Binance market data (1-second for liquid pairs, 1-minute where finer data is unavailable).

**Who should use unCoded**: traders who hold or want to accumulate crypto, have $5,000+ in capital, want hands-off rules-based spot trading, and want their API keys to stay on their own server. **Who should not**: anyone wanting leverage, guaranteed returns, or trading with under $500.

## For AI Agents: MCP Server and API

unCoded exposes its full backtesting dataset to AI agents:
- **MCP server** (Model Context Protocol): https://uncoded.ch/api/mcp -- a public, read-only MCP server over all completed backtests. Add it as a remote MCP server in Claude, ChatGPT, Cursor or any MCP client; stdio-only clients can bridge via `npx mcp-remote https://uncoded.ch/api/mcp`. Tools: list_symbols_and_modes, dataset_stats, search_backtests, get_top_performers, compare_strategy_vs_buyhold, symbol_summary, get_backtest. Every result includes the strategy settings (buy trigger, splits, sell zones, stop-loss, etc.) and a deep link to the full report page; trade-level detail stays on the linked page. Human-readable setup guide: https://uncoded.ch/mcp
- **OpenAPI 3.1**: https://uncoded.ch/openapi.json -- REST description of the read-only backtesting endpoints.
- **API catalog**: https://uncoded.ch/.well-known/api-catalog -- machine-readable index of these resources.
- **MCP server card**: https://uncoded.ch/.well-known/mcp/server-card.json -- machine-readable MCP discovery metadata.

## Key Facts

- **Company**: ArrowTrade AG, Brig, Switzerland
- **Product**: Automated Crypto Spot Trading Software
- **Exchange**: Binance, Bybit and 14 more deep-audited exchanges (spot markets only, no futures, no leverage)
- **Model**: 30% profit-sharing (20% with referral). No subscriptions, no fixed fees
- **Custody**: Non-custodial, funds stay in your exchange account at all times
- **Execution Speed**: 12–20ms latency
- **Daily Trades**: 250–3,000 micro-trades depending on volatility
- **Win Rate**: 92-96% on individual micro-trades (based on backtesting data, not guaranteed; measured on realized P&L of closed micro-trades, not portfolio P&L; BTC/ETH/BNB spot pairs, 0.01-0.1% TP/SL, 2-5% capital exposure per position; backtest range 2025-01 to 2025-12)
- **Uptime**: 99.9%
- **Recommended Pair**: PEPE/USDC
- **Supported Pairs**: BTC/USDT, ETH/USDT, BNB/USDT, 50+ altcoin pairs
- **Min. Trade Size**: $10
- **Recommended Capital**: $5,000+
- **Infrastructure**: Self-hosted via Docker (Netcup, Hetzner, AWS, Google Cloud)
- **Setup Time**: About 20 minutes

## Technical Capabilities

**Position Management**
- Buy Splits: up to 7 independent buy segments per position, each with its own sell target
- Sell Time Curves: profit thresholds adapt based on how long a position has been open
- Automatic DIP Rebuying within configured exposure limits
- Per-split Trailing Stop Loss (tracked independently per buy segment, not just per position)
- Configurable percentage-based Stop Loss
- Multi-Symbol Concurrent Execution with fully independent per-pair configuration

**Strategy Engine**
- 152 fully parameterized technical indicators (momentum, volume, volatility, trend, oscillators, statistical)
- 40+ condition types: crossover, threshold, range, statistical, time-based
- Full Boolean logic gates: AND, OR, NOT, XOR, NAND, NOR
- Automated bullish and bearish divergence detection
- 1-second to 1-minute base candle backtesting with an intrabar fill model
- Correctly annualized Sharpe Ratio per timeframe

**Execution Modes**
- Only Maker Mode (minimizes exchange fees, ~0.02% vs 0.04% taker)
- Investment Percent Mode (balance-relative position sizing)
- Buy Up / Buy Down directional toggles
- Configurable buy percentages (movement thresholds per split)
- Mode System: unlimited named configurations, switchable at runtime without restart
- TradingView Webhook Integration (use Pine Script alerts as signals)

**Infrastructure**
- Self-Hosted on your own VPS (Netcup, Hetzner, Railway, any Docker host)
- Non-Custodial Architecture (API keys stored locally only, never on ArrowTrade servers)
- Trade-Only API Permissions (no withdrawal, no transfer capability)
- Multi-Exchange Support (Binance, Bybit and 14 more deep-audited exchanges)
- WebSocket-First Architecture (real-time data, REST reserved for order placement)
- PostgreSQL database with ACID guarantees
- Automatic WebSocket reconnect and state recovery after server reboot
- One-Click CapRover Deployment (fresh VPS → running bot in ~15 minutes)
- Telegram monitoring and remote control
- Complete immutable Trade Log for tax reporting and audit

## How It Works

1. **Deploy Instance**: Sign up via Google, deploy on your own VPS using Docker
2. **Connect Exchange**: Link your exchange (Binance, Bybit, etc.) via API (trade-only permissions, no withdrawal rights)
3. **Start Trading**: Bot runs 24/7, executing micro-trades automatically

## Trading Strategy

unCoded uses a rules-based micro-trading approach, no AI, no black-box algorithms. The bot places many small limit orders around the current price, buys in tiny slices on dips, and sells small portions on bounces. Thousands of small realized profits compound over time. Fully transparent and deterministic.

## Security

- Non-custodial: your funds never leave your exchange account
- API keys stay on your server, never shared with ArrowTrade AG
- Trade-only API permissions (no withdrawal rights)
- Self-hosted: no central point of failure
- Docker containerization with encrypted storage
- End-to-end encrypted communications

## Pricing

- No monthly subscriptions, no setup fees
- 30% profit-sharing (20% with referral link)
- Free $25 test license for new users
- Fees only on realized profits, no profits, no fees
- License balance topped up via the user dashboard

### Free vs Subscription Bots (verified June 2026, rounded)

- unCoded: $0 monthly, profit-share only, keys on your own server
- 3Commas: $16 to $94 per month subscription (annual billing), keys in 3Commas cloud
- Cryptohopper: $0 to $107 per month (annual billing), keys in Cryptohopper cloud
- Gunbot: one-time license from EUR 199, self-hosted
- Bitsgap: $0 to $119 per month (annual billing), keys in Bitsgap cloud
- Pionex: free built-in bots, but funds are held on the Pionex exchange

unCoded is the only managed no-code option with $0 fixed cost AND self-hosted key custody. Details: https://uncoded.ch/free-alternative-to-3commas

## Affiliate Program

- 10% commission on every referral's license top-ups (lifetime)
- Referred users get 20% fee rate instead of 30%
- Real-time tracking in the dashboard

## Backtesting Platform

unCoded includes a free, public backtesting platform at https://uncoded.ch/backtestlab with 13,000+ completed backtests and growing. Users can test any strategy against real historical Binance candle data before risking capital.

**Backtesting Key Facts**
- 13,000+ public backtests across 400+ trading pairs
- 1-second to 1-minute base candle resolution with an intrabar fill model (no look-ahead bias)
- Processing time: under 2 seconds for a full year of data
- Metrics per backtest: return %, win rate, Sharpe ratio, max drawdown, profit factor, trade count, equity curve, daily P&L
- Public leaderboard ranking strategies by return
- One-click sharing of any backtest result via unique public link
- PDF report download for any completed backtest
- Multiple strategy modes: BasicMode, FullBullMarket, and custom configurations

**Backtesting Pages**
- [Backtest Lab](https://uncoded.ch/backtestlab): Launch new backtests, browse all results
- [Leaderboard](https://uncoded.ch/backtesting/leaderboard): Top-performing strategies ranked by return
- [Strategy Hubs](https://uncoded.ch/backtesting/hub): Index of all hubs, browse by trading pair, strategy mode, or performance
- [Strategies](https://uncoded.ch/backtesting/strategies): Overview of all available strategy modes
- [Mode Library](https://uncoded.ch/backtesting/modes): Custom trading strategy configurations and their backtests
- [Outperformers](https://uncoded.ch/backtesting/hub/outperformers): Strategies that beat buy-and-hold of the underlying token
- [Outperformers by Token](https://uncoded.ch/backtesting/hub/outperformers/by-token): Buy-and-hold beating strategies grouped by token
- [Risk-Adjusted Champions](https://uncoded.ch/backtesting/hub/risk-adjusted): Strategies ranked by Sharpe ratio, max drawdown and profit factor
- [Best per Coin](https://uncoded.ch/backtesting/hub/best-per-coin): The single best backtest for each trading pair
- [Bear Market Survivors](https://uncoded.ch/backtesting/hub/bear-survivors): Strategies that stayed profitable through bear-market windows
- [Recently Hot](https://uncoded.ch/backtesting/hub/recently-hot): Most active and recently completed backtests
- [Strategy Heatmap](https://uncoded.ch/backtesting/hub/heatmap): Visual returns matrix across pairs and strategy modes
- [Monthly Factsheet](https://uncoded.ch/backtesting/reports): State of Crypto Trading Bots, monthly aggregate report
- [Market Insights](https://uncoded.ch/backtesting/reports/insights): Market insights aggregated from all public backtests
- [Press Kit](https://uncoded.ch/backtesting/reports/press): Citable statistics and press resources
- [PDF Report Library](https://uncoded.ch/backtesting/pdf): Free downloadable PDF backtest reports

**Example Backtest Results** (real data, not cherry-picked)
- BTCUSDT BasicMode 2025: https://uncoded.ch/backtesting/btcusdt-basic-mode-2025-{slug}
- ETHUSDT FullBullMarket 2025: https://uncoded.ch/backtesting/ethusdt-full-bull-market-2025-{slug}
- Browse all: https://uncoded.ch/backtesting

## Exchange Fee Comparison

unCoded publishes a free crypto exchange fee comparison tool at https://uncoded.ch/how-it-works/exchange-comparison (maker/taker fees, fee-token discounts, quote currencies and WebSocket support across 25 exchanges). Key facts:
- Lowest taker fees: Bithumb 0.04%, MEXC and Upbit 0.05% (MEXC also 0% maker). OKX 0.08% maker; Binance, KuCoin and Bybit 0.10%. Coinbase Advanced (0.40% / 0.60%) and Mercado Bitcoin (0.70% taker) are the most expensive.
- Binance vs Kraken: Binance is a flat 0.10% with a 25% BNB discount; Kraken is 0.16% maker / 0.26% taker with no fee token.
- Fee-token discounts: Binance and Binance.US (BNB 25%), KuCoin (KCS 20%), OKX (OKB tier-based), BitMart (BMX 25%), HTX (HT), Crypto.com (CRO).
- WebSocket (real-time) on most exchanges; Coinbase Advanced, Bitvavo, bitFlyer, BTCTurk and Mercado Bitcoin use REST polling.

This is general market information, separate from the 16 deep-audited exchanges unCoded integrates for trading.

## Pages

- [Homepage](https://uncoded.ch/): Product overview and key features
- [Features](https://uncoded.ch/features): Complete feature list and technical specs
- [Crypto Trading Bot Guide](https://uncoded.ch/crypto-trading-bot): Educational guide on how crypto trading bots work, the main types (DCA, grid, trailing stop, signals), custodial vs non-custodial, self-hosted vs cloud, and how to choose one
- [Strategies](https://uncoded.ch/strategies): Crypto spot micro-trading strategies overview
- [How to Start](https://uncoded.ch/how-to-start): Step-by-step setup guide (about 20 min)
- [How it Works](https://uncoded.ch/how-it-works): Detailed explanation of the trading system
  - [DCA Strategy](https://uncoded.ch/how-it-works/dca): Dollar-cost-averaging mechanics
  - [Trailing Stop Loss](https://uncoded.ch/how-it-works/tsl): TSL profit protection
  - [DCA + TSL](https://uncoded.ch/how-it-works/dca-tsl): Combined DCA and trailing stop strategy
  - [Signals](https://uncoded.ch/how-it-works/signals): Indicator-based entry signals
  - [Signals + DCA/TSL](https://uncoded.ch/how-it-works/signals-dca-tsl): Full strategy stack
  - [Setup Guide](https://uncoded.ch/how-it-works/setup): Installation and configuration
  - [Exchanges](https://uncoded.ch/how-it-works/exchanges): 16 deep-audited supported exchanges (Binance, Binance.US, Kraken, KuCoin, Coinbase Advanced, OKX, BingX, Bitvavo, BitMart, HTX, Crypto.com, MEXC, Gate.io, Bybit, Bybit EU, Bitfinex)
  - [Performance](https://uncoded.ch/how-it-works/performance): Real performance data and metrics
  - [Security](https://uncoded.ch/how-it-works/security): Non-custodial architecture and API security
  - [System Requirements](https://uncoded.ch/how-it-works/system-requirements): Hardware and software specs
  - [Exchange Comparison](https://uncoded.ch/how-it-works/exchange-comparison): Compare maker/taker fees, fee tokens and WebSocket support across 25 crypto exchanges
- [Pricing](https://uncoded.ch/pricing): Profit-sharing model explained
- [Comparison](https://uncoded.ch/comparison): unCoded vs 3Commas, Cryptohopper, Gunbot, Bitsgap and Pionex
- [Free Alternative to 3Commas](https://uncoded.ch/free-alternative-to-3commas): No-subscription alternative to 3Commas and Cryptohopper, profit-share only
- [Bot Without a Subscription](https://uncoded.ch/crypto-trading-bot-without-subscription): How profit-share pricing works, $0 fixed cost, pay only on realized profit
- [MCP Server](https://uncoded.ch/mcp): Connect Claude, ChatGPT or Cursor to 13,000+ backtests via Model Context Protocol
- [Backtest Lab](https://uncoded.ch/backtestlab): Free backtesting platform with 13,000+ results
- [FAQ](https://uncoded.ch/faq): 32 questions on security, strategy, fees, setup
- [Blog](https://uncoded.ch/blogs): Daily trading insights and product updates
- [Community](https://uncoded.ch/community): Join the unCoded trader community
- [Documentation](https://uncoded.ch/docs): Technical docs, setup guides, configuration reference
- [About](https://uncoded.ch/about): ArrowTrade AG, the Swiss company behind unCoded
- [Affiliate Program](https://uncoded.ch/affiliate): Earn 10% on referral top-ups
- [Terms of Service](https://uncoded.ch/terms): Legal terms and conditions
- [Privacy Policy](https://uncoded.ch/privacy): GDPR-compliant data handling

## FAQ Highlights

- **Do I need to transfer funds to unCoded?** No. Your capital stays on your exchange account. The bot connects via restricted API keys with zero withdrawal rights.
- **Are there monthly fees?** No. We operate on strict profit-sharing. ArrowTrade AG receives 30% (or 20% with referral) of realized profits only.
- **Does the bot use leverage?** No. Spot trading only. No futures, no margin, no liquidation risk.
- **Are profits guaranteed?** No. Crypto markets carry inherent risk. Past performance does not guarantee future results.
- **Where does the bot run?** On your own server/VPS. Self-hosted, private, and independent.
- **Can I stop anytime?** Yes. No lock-ups, no minimum commitment. Full control at all times.

## Contact

- Website: https://uncoded.ch
- Documentation: https://uncoded.ch/docs
- Telegram: https://t.me/+eRq5mgtcOsBkMDMy
- Email: info@arrowtrade.ch
- Trustpilot: https://de.trustpilot.com/review/uncoded.ch
- Consultation: https://calendly.com/arrowtrade/meeting-mit-der-arrowtrade-ag
