Skip to content
View Alex-profff's full-sized avatar
  • Remote

Block or report Alex-profff

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Alex-profff/README.md

Alex — Python developer. Solana trading infrastructure: market data, execution-cost measurement, Telegram delivery.

Transaction-cost analysis for Solana, run as an operated service. Continuously measures effective spread, price-impact curves, quote latency (p50/p99) and route churn across a mixed-liquidity basket, and cross-checks every price against an independent source.

  • On its first sweep, cross-source reconciliation caught two real data bugs a single source would have hidden — postmortem in the README, both failure shapes pinned as regression tests.
  • Sample findings: quoted one-way impact stays ≤0.008% even at $10k across the basket — the real cost lives in the round-trip spread (≈0% majors → 0.31% mid-caps); JUP's p99 quote latency runs ~11× its median.
  • Runs unattended under systemd with an output-freshness watchdog → Telegram alerts. ruff + mypy + pytest in CI.

Also: smaller production Telegram bots — price alerts, signal delivery with PnL tracking, appointment booking — shipped end-to-end.

Stack: Python · asyncio · SQLite · systemd · Solana on-chain data (Jupiter / DexScreener / Helius) · pandas

Open to remote backend / data / trading-infra roles. Contact: dronvlas480@gmail.com · Telegram @Alexsspb78

Popular repositories Loading

  1. solana-tca-monitor solana-tca-monitor Public

    ransaction-cost analysis for Solana, run as an operated service

    Python 1

  2. price-parser-bot price-parser-bot Public

    Crypto price-alert Telegram bot for BTC / ETH / SOL

    Python

  3. business-bot business-bot Public

    Telegram bot for salon appointment booking — book, view and cancel slots, with admin notifications (Python)

    Python

  4. trading-signals-bot trading-signals-bot Public

    Telegram bot for crypto trading signals (RSI / MA crossover) with portfolio PnL tracking — BTC, ETH, SOL, BNB, ADA (Python, Binance API)

    Python

  5. Alex-profff Alex-profff Public

  6. solana-quote-bench solana-quote-bench Public

    Rust port of my Solana quote-collection module: typed structs, latency bench vs Python

    Rust