Skip to content
View akarazhev's full-sized avatar
👨‍💼
👨‍💼

Block or report akarazhev

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
akarazhev/README.md

Andrey Karazhev

I build small analytics products for crypto markets, and publish what I find while building them.

The products are narrow on purpose: one question, answered from market or on-chain data, shipped as a standalone thing rather than a module of a platform.

Current

Bitcoin Risk Brief — a daily Bitcoin risk signal that shows its own data freshness on the page. A deterministic 0–1 metric, a scenario price ladder, seven locales, and a documented surface for AI agents. Analytics and research context, not financial advice. source

What DAOs actually fund — a survey of 93 funding proposals across 29 governance forums: what gets funded, for how much, and through which channel. The collector, the raw data and the analysis are all in the repository, so the numbers can be checked against their source threads instead of taken on trust.

Both live under minihub.app.

Before that

Backend and distributed systems, mostly Java.

metacfg4j — a configuration library that puts a business abstraction over CRUD services, a DSL and MVP. crypto-scout — an event-driven microservice set that ingests crypto market and on-chain events: collector, message queue, analyst, TimescaleDB stack.

How I work

I write the method down next to the result. If a number is published here, the code that produced it and the data it ran on are published with it — a disagreement should be with a rule you can read, not with a figure you have to believe.

Limits go in before conclusions, not in a footnote.


minihub.app · hello@minihub.app

Pinned Loading

  1. metacfg4j metacfg4j Public

    The metacfg4j project (that stands for the meta configuration for java) is a library that can be used as the solution by creating a business abstraction or may extend an existed implementation to p…

    Java 2 1

  2. bitcoin-risk-brief bitcoin-risk-brief Public

    Daily Bitcoin risk signal with visible data freshness: a deterministic 0-1 metric, a scenario price ladder, seven locales, and a documented surface for AI agents. Analytics and research context, no…

    Python

  3. macaudit macaudit Public

    A single shell script that reports the state of a Mac as one self-contained HTML page: applications, startup items, running processes, security settings, and what changed since the last run. No dep…

    Shell

  4. dao-funding-survey dao-funding-survey Public

    93 funding proposals across 29 DAO governance forums: what gets funded, for how much, and through which channels. Data and method included.

    Python

  5. crypto-scout crypto-scout Public archive

    A production-ready Java 25 microservices ecosystem for cryptocurrency market data collection, persistence, and analysis. Built with ActiveJ for high-performance async I/O, RabbitMQ Streams for mess…