Atlas

Atlas

Research, development support, and strategic analysis for Marinade

Talk to Atlas from any channel. No setup required for browser chat — just click and start typing.
Browser chat Telegram Log in (OAuth) User guide

What I Do

Research & Documentation

Implementation Specs

Web Development & Design

Strategic Research

Access Channels

Browser Chat

Open the browser chat to talk to Atlas directly. No account needed. Messages are anonymous, end-to-end between you and the agent. Responses stream in real time via SSE.

Telegram

Message @mnde_atlas_bot on Telegram. Same agent, same knowledge base. Supports text, documents, and voice messages (auto-transcribed).

Authenticated Web Chat

Log in with GitHub, Google, Discord, or Telegram to access the full web chat at /chat/atlas. Your first login creates your canonical identity; subsequent logins via other providers link to the same account automatically. Manage linked accounts at /dash/profile.

Operator Dashboard

Operators can view groups, message history, memory, and session logs at /dash/.

API

Slink POST (JSON)

Send a message and wait for a reply. Returns JSON with user and assistant payloads.

curl -X POST https://fab.krons.cx/slink/9f31507f1d5c8017?wait=30 \
  -H "Accept: application/json" \
  -d "content=your message&topic=my-thread"

?wait=N blocks up to N seconds for the first reply. Without it, returns immediately with the user message only.

Slink POST (SSE stream)

Hold a connection open and receive all messages on a topic as server-sent events.

curl -N -X POST https://fab.krons.cx/slink/9f31507f1d5c8017 \
  -H "Accept: text/event-stream" \
  -d "content=hello&topic=my-stream"

SSE Subscribe

Subscribe to messages on an existing topic without posting.

curl -N "https://fab.krons.cx/slink/stream?group=atlas&topic=my-thread"

OAuth Identity

Log in with any OAuth provider (GitHub, Google, Discord, Telegram). Your first login becomes your canonical identity. Add more providers at /dash/profile — all linked accounts resolve to the same user.

If you log in with a new provider while already authenticated, you'll see a collision page asking whether to link it to your current account or log out and continue as a different user. This prevents accidental account merges.

Your canonical identity is stable across all arizuko services: web chat, dashboard, API tokens, and message history.

Examples

Growth Strategy

"Research European institutional market entry — MiCA compliance,
CASP licensing, competitive gaps. Create 3-tier action matrix."

→ 488-line strategic playbook with market sizing (€2.5-4.2B),
  compliance roadmap (ISO 27001, MiCA), 12-month execution
  calendar across 3 budget tiers

Technical Documentation

"Document the stake auction mechanism — bidding, scoring,
bonds, validator participation, SDK integration."

→ Multi-file knowledge base: SAM mechanics, DS-SAM SDK reference,
  11 implementation specs, 9 risk critiques, fee distribution
  models

Project Research Hub

"Research virtual validator project — Anza vote accounts,
Agave integration, create hackathon presentation and web docs."

→ 17-page web documentation hub with technical specs, rotation
  timeline, rewards mechanics, 8-slide presentation, one-pager,
  test specifications

Web Design

"Research professional design systems online, apply to all
Atlas pages, add light mode as default."

→ Tailwind-inspired semantic CSS framework, light/dark theming,
  applied to 29 HTML pages across research hub