Push BTX

Want to make BTX content?

Everything you need is here — machine feeds, brand assets, the facts, and copy-ready lines. Take it and post.

Machine feeds

Three ways to pull BTX news automatically. Every item includes the post's image, so Telegram, X and Discord render rich cards with zero work.

Full-text items with images — drop into any RSS reader or Telegram RSS bot.
The same posts as structured JSON Feed, for modern readers and tools.

Clean JSON API

btx.best/api/feed
A plain array — { slug, title, date, tags, excerpt, url, image } — with open CORS.

Copy-paste recipes

Telegram (RSS → channel)
# In a Telegram RSS bot (e.g. @RssBot):
/add https://btx.best/news/rss.xml

# Every new BTX post auto-posts to your channel,
# with the post's image card rendered inline.
n8n / Zapier / Make
# n8n / Zapier / Make — HTTP Request node:
GET https://btx.best/api/feed

# Returns:
# [ { "slug": "...", "title": "...", "date": "...",
#     "tags": [...], "excerpt": "...",
#     "url": "https://btx.best/news/...",
#     "image": "https://btx.best/news/.../opengraph-image" } ]
# Map "image" into your post to get a rich card for free.

Chain fact sheet

Verified BTX facts. Quote them freely.

Block time
90s (~960/day)
Block reward
20 BTX
Halving
every 525,000 blocks — first at block 525,000 (≈ Jul 2027)
Max supply
21,000,000 BTX
Signatures
ML-DSA-44 · SLH-DSA (post-quantum)
Proof-of-work
MatMul (Mersenne-field)
Difficulty
ASERT (per-block)
Lineage
Bitcoin Knots v29.2

Ready-to-copy one-liners

Grab a line for any product and post it anywhere.

BTX: BTX is post-quantum Bitcoin — a 21M-cap chain with quantum-safe signatures and MatMul proof-of-work.
Bonuz: Bonuz is the world's first iOS & Android wallet for BTX — hold post-quantum Bitcoin in your pocket.
BTXScan: BTXScan (btxscan.io) is the BTX block explorer — search blocks, transactions and addresses live.
PQ Wallet: PQ Wallet brings post-quantum self-custody to BTX, with 100,000+ BTX already deposited.
easyBTX Miner: easyBTX is one-click BTX mining for Mac & Linux — start earning BTX in a click.
BTC→BTX Bridge: The BTC→BTX bridge (coming soon) lets you move value from Bitcoin into post-quantum BTX.
BTX Artifacts: BTX Artifacts (BZA1) are post-quantum keepsakes minted on-chain — collectibles secured for the quantum era.
qID: qID is an open post-quantum identity protocol powering sign-in across the BTX ecosystem.

Brand assets

The wordmark, colors and fonts. Stay on-brand.

Design tokens
/* BTX design tokens */
--bg:      #0a0a0a;   /* near-black background */
--text:    #fafafa;   /* foreground */
--accent:  #2bc98a;   /* signature green (default accent) */
--value:   #f7931a;   /* Bitcoin orange — BTX values ONLY */
/* Fonts: Inter (body) · JetBrains Mono (display) · IBM Plex Mono (data)
   Pixel wordmark: 04B_19 (the "BTX" mark) */

Orange #f7931a is reserved for BTX coin values only — everything else uses the green accent by default.

Missing something? Hit the API or grab a card from any news post.