For channel operators

Run a signal channel under your brand

Connect Telegram, Discord, or a webhook. Configure pairs and branding. EdgeKept generates the signals, your channel delivers them.

The setup wizard, step by step

Same wizard you'll see after sign-up. Each step verifies before you advance — no broken-channel surprises.

  1. 1

    Connect

    Telegram bot token, Discord webhook URL, or your own HTTPS endpoint. The wizard sends a test ping and won't proceed until it succeeds.

  2. 2

    Configure

    Pick the trading pairs you cover, set your minimum confidence threshold, and add a brand prefix that appears on every message.

  3. 3

    Test

    Fire a sample signal into your channel using your real branding. Confirm the format, confirm the timing, confirm subscribers see what you expect.

  4. 4

    Go live

    Toggle the channel active. From this point on, every qualifying signal is auto-delivered. Pause anytime from your partner dashboard.

API keys you control

Every partner gets API keys for programmatic access — generate, name, rotate, and revoke from the partner dashboard. We show the full key once, at creation, and never again. Lost keys are revoked, not recovered.

  • Multiple named keys per partner account
  • One-time reveal on creation; hashed at rest
  • Instant revoke; rotated keys do not break in-flight signals
Production webhook (sample)
POST /your-endpoint
X-EdgeKept-Signature: t=1714000000,v1=…
Content-Type: application/json

{
  "pair": "EUR/USD",
  "direction": "LONG",
  "confidence_percent": 78,
  "entry_price": "1.0842",
  "stop_loss": "1.0808",
  "take_profit_1": "1.0905",
  "issued_at": "2026-05-05T09:14:32Z"
}

Signed timestamp protects against replay. Verify with your API key's shared secret, exposed once at key creation.

Three brands, one engine

Subscribers see your brand on every message. EdgeKept stays invisible.

Telegram · Chidi’s Premium Signals
EUR/USDLONG
Confidence 78% · forward-looking
Entry
1.0842
SL
1.0808
TP1
1.0905
Discord · Apex FX Daily
GBP/JPYSHORT
Confidence 64% · forward-looking
Entry
194.20
SL
194.85
TP1
193.10
Webhook · northstar-fx
USD/CADLONG
Confidence 71% · forward-looking
Entry
1.3621
SL
1.3588
TP1
1.3680

Partner pricing

Volume-tiered. Pricing is in beta — final numbers handled directly with sales until the public ladder lands.

  • Up to 1,000 delivered signals per month
  • Up to 10,000 delivered signals per month
  • Custom enterprise volume

Partner FAQ

How many channels can one partner account run?

No hard cap during the beta. We monitor delivery volume and reach out if your throughput needs a custom tier.

What's the API rate limit?

Programmatic access is rate-limited per key. The default is generous for a typical channel; if you're polling rather than receiving webhooks, contact support to raise it.

How is white-label customization scoped?

Channel prefix, pair scope, and confidence threshold are configurable in the wizard. Message templates are EdgeKept-managed during the beta — say the word if you need a custom template and we'll prioritize.

Do my subscribers see EdgeKept anywhere?

No. The signal body is yours; outcomes are recorded on EdgeKept's public track record under signal IDs (not partner names) so you can point subscribers at the public stats without disclosing your channel mix.

What happens if a signal is invalidated mid-flight?

The wizard's `Test` step lets you preview cancellation and update messages. In production we deliver an update message to the same channel using the same brand prefix.