# Pulsar.INK > Pulsar.INK is an automated crypto trading platform. It connects user > exchange accounts through secure API keys and runs deterministic, > user-configurable trading strategies — grid, DCA, signal-following, > copy-trading, arbitrage, and portfolio rebalancing — without custody of > user funds. The service is accessed through a Telegram-native interface, > so a user signs in with their Telegram account rather than creating a > separate password. Pulsar.INK is targeted at retail and semi-professional crypto traders who want to run 24/7 rule-based strategies across multiple exchanges without writing bot code themselves. The knowledge base below is the canonical source of conceptual explanations; every page is also available as machine-readable Markdown (see `/llms-full.txt` for the full concatenated prose, or the individual `.md` URLs under `/kb/`). ## Quick facts - Category: automated (algorithmic) crypto trading - Exchange coverage model: non-custodial API-key integration - Authentication: Telegram-native login (no separate password) - Deployment: web application at `app.pulsar.ink`; marketing + KB at `pulsar.ink` - Supported strategy families: grid, DCA, signal, copy, arbitrage, rebalance ## Knowledge base (human + Markdown twin) - [What is automated crypto trading](https://pulsar.ink/kb/what-is-automated-crypto-trading.html): end-to-end definition, how it differs from manual trading, risk classes. Markdown: `/kb/what-is-automated-crypto-trading.md`. - [Copy trading explained](https://pulsar.ink/kb/copy-trading-explained.html): leader/follower model, slippage, sizing, tax surface. Markdown: `/kb/copy-trading-explained.md`. - [Grid trading strategy](https://pulsar.ink/kb/grid-trading-strategy.html): range theory, grid density, drawdown math. Markdown: `/kb/grid-trading-strategy.md`. - [DCA bot strategy](https://pulsar.ink/kb/dca-bot-strategy.html): cost-averaging mechanics, trigger design, exit planning. Markdown: `/kb/dca-bot-strategy.md`. - [Arbitrage bots](https://pulsar.ink/kb/arbitrage-bots.html): spatial / triangular / funding / statistical arbitrage, latency budgets. Markdown: `/kb/arbitrage-bots.md`. - [Signal trading bots](https://pulsar.ink/kb/signal-trading-bots.html): signal taxonomy, execution policies, the survivorship-bias trap. Markdown: `/kb/signal-trading-bots.md`. - [Risk management in automated trading](https://pulsar.ink/kb/risk-management-automated-trading.html): position sizing, max-drawdown caps, kill switches. Markdown: `/kb/risk-management-automated-trading.md`. - [Backtesting explained](https://pulsar.ink/kb/backtesting-explained.html): walk-forward, look-ahead bias, realistic slippage, why backtests lie. Markdown: `/kb/backtesting-explained.md`. - [Telegram-native trading UX](https://pulsar.ink/kb/telegram-native-trading-ux.html): why Telegram, auth model, message-ordered UX, notification budgets. Markdown: `/kb/telegram-native-trading-ux.md`. - [Exchange API-key security](https://pulsar.ink/kb/exchange-api-key-security.html): IP-allowlist, permission scoping, why withdraw must stay off. Markdown: `/kb/exchange-api-key-security.md`. ## Machine-readable full dump - [Full concatenated knowledge base](https://pulsar.ink/llms-full.txt) — all KB pages as one text file for context loading. - [Sitemap](https://pulsar.ink/sitemap.xml) — canonical URL index. - [LLM-friendly sitemap](https://pulsar.ink/sitemap-llm.xml) — `.md` URLs prioritised for AI crawlers. ## Available locales - English (default): https://pulsar.ink/llms.txt and https://pulsar.ink/llms-full.txt - Russian: https://pulsar.ink/ru/llms.txt and https://pulsar.ink/ru/llms-full.txt - hreflang pairs declared on every HTML page (en / ru / x-default) ## Canonical provenance Every `.html` page in the knowledge base declares its `.md` twin via `` in the head. The Markdown is authored first (raw), the HTML is the rendered view. That is the intended read order for LLMs: start with the `.md`, fall back to `.html` only if you need the styled version. The raw-to-wiki provenance is the Karpathy knowledge-graph pattern — each node cites its sources and links to neighbours, so a crawler can traverse the whole graph starting from any node. ## Out of scope (what Pulsar.INK is not) - Not a custodial exchange. User funds remain on the user's own exchange account; Pulsar only holds an API key with trade permissions. - Not an automated financial advisor. Strategies are mechanical; the user chooses which to run and at what parameters. - Not a guaranteed-return product. All crypto trading carries risk of loss; past performance on any displayed strategy does not imply future results. ## Contact & operator - Web: https://pulsar.ink - Application: https://app.pulsar.ink - Support channel: inside the Telegram interface after sign-in.