<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Bartosz Bilicki</title>
    <description>The latest articles on DEV Community by Bartosz Bilicki (@bartosz_bilicki_a337185dd).</description>
    <link>https://dev.to/bartosz_bilicki_a337185dd</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2073423%2F0a56a444-c947-4abc-b2d9-aa2228008ca7.jpg</url>
      <title>DEV Community: Bartosz Bilicki</title>
      <link>https://dev.to/bartosz_bilicki_a337185dd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bartosz_bilicki_a337185dd"/>
    <language>en</language>
    <item>
      <title>Hybrid perps in practice: CEX-style books without the usual KYC wall</title>
      <dc:creator>Bartosz Bilicki</dc:creator>
      <pubDate>Fri, 31 Jul 2026 00:02:40 +0000</pubDate>
      <link>https://dev.to/bartosz_bilicki_a337185dd/hybrid-perps-in-practice-cex-style-books-without-the-usual-kyc-wall-3f78</link>
      <guid>https://dev.to/bartosz_bilicki_a337185dd/hybrid-perps-in-practice-cex-style-books-without-the-usual-kyc-wall-3f78</guid>
      <description>&lt;p&gt;Perp traders usually pick one corner:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;CEX: fast books, KYC friction&lt;/li&gt;
&lt;li&gt;DEX: self-custody, UX / liquidity tradeoffs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A third lane is hybrid: order-book style execution with a lighter onboarding stance.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why teams ask for hybrid
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;International builders hit KYC walls early&lt;/li&gt;
&lt;li&gt;Agents need API / MCP access without human spreadsheet ops&lt;/li&gt;
&lt;li&gt;Multi-asset books (crypto + some traditional underlyings) beat single-niche DEXs for routines&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What we shipped
&lt;/h2&gt;

&lt;p&gt;We run a live hybrid USDT perpetual futures venue:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Product: &lt;a href="https://eterna.exchange" rel="noopener noreferrer"&gt;https://eterna.exchange&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;App: &lt;a href="https://app.eterna.exchange" rel="noopener noreferrer"&gt;https://app.eterna.exchange&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Tagline we use: CEX performance. DEX freedom. No KYC.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Rough shape:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;500+ pairs across crypto / equities / commodities classes&lt;/li&gt;
&lt;li&gt;Order book feel for pro charts&lt;/li&gt;
&lt;li&gt;Non-custodial angle vs classic CEX custody&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Agent path
&lt;/h2&gt;

&lt;p&gt;If you want agents on top of that venue, keep write tools remote and policy-gated:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;MCP: &lt;a href="https://mcp.eterna.exchange/mcp" rel="noopener noreferrer"&gt;https://mcp.eterna.exchange/mcp&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Landing: &lt;a href="https://ai.eterna.exchange" rel="noopener noreferrer"&gt;https://ai.eterna.exchange&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Open questions for builders
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Do you optimize first for latency, custody, or onboarding friction?&lt;/li&gt;
&lt;li&gt;For agents, do you prefer venue-native APIs or MCP wrappers?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Curious how others are ranking hybrid vs pure Hyperliquid-style stacks in 2026.&lt;/p&gt;

</description>
      <category>crypto</category>
    </item>
    <item>
      <title>Shipping Telegram Mini Apps in 2026: code when you must, validate first</title>
      <dc:creator>Bartosz Bilicki</dc:creator>
      <pubDate>Thu, 30 Jul 2026 23:59:35 +0000</pubDate>
      <link>https://dev.to/bartosz_bilicki_a337185dd/shipping-telegram-mini-apps-in-2026-code-when-you-must-validate-first-590</link>
      <guid>https://dev.to/bartosz_bilicki_a337185dd/shipping-telegram-mini-apps-in-2026-code-when-you-must-validate-first-590</guid>
      <description>&lt;p&gt;Telegram Mini Apps are just web apps with a Telegram SDK.&lt;/p&gt;

&lt;p&gt;That sounds simple until you hit: auth (initData), payments (Stars / TON), distribution, and iteration speed.&lt;/p&gt;

&lt;h2&gt;
  
  
  What slows teams down
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Boilerplate before first user feedback&lt;/li&gt;
&lt;li&gt;Payment wiring before the UX is proven&lt;/li&gt;
&lt;li&gt;Shipping with zero discovery plan&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  A practical sequence
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Validate with a shell&lt;/strong&gt;&lt;br&gt;
If founders are not engineers, a no-code Mini App builder can produce a live app (UI + backend + Stars/TON) from a plain-language prompt in minutes. We run one at &lt;a href="https://apps-father.com" rel="noopener noreferrer"&gt;https://apps-father.com&lt;/a&gt; (@apps_father_bot).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. List where people browse&lt;/strong&gt;&lt;br&gt;
A finished Mini App with no distribution still dies. Public catalogs help. We run &lt;a href="https://tg.app" rel="noopener noreferrer"&gt;https://tg.app&lt;/a&gt; for Mini Apps / bots / channels.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Then harden&lt;/strong&gt;&lt;br&gt;
Once retention signals appear, rewrite critical paths in React/Next, add proper initData verification, and keep payments audited.&lt;/p&gt;

&lt;h2&gt;
  
  
  Payment notes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Telegram Stars are often enough for digital goods inside Telegram&lt;/li&gt;
&lt;li&gt;TON fits crypto-native flows&lt;/li&gt;
&lt;li&gt;Test refunds and failed payments early&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Debugging tip
&lt;/h2&gt;

&lt;p&gt;Prefer a local Telegram WebApp mock / DevTools bridge before phone-only QA. Phone-only debugging wastes days.&lt;/p&gt;

&lt;h2&gt;
  
  
  Questions
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Do you list before or after monetization is live?&lt;/li&gt;
&lt;li&gt;What broke first for you: Stars, TON Connect, or initData?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Happy to compare notes with other Mini App builders.&lt;/p&gt;

</description>
      <category>telegram</category>
    </item>
    <item>
      <title>Remote MCP for crypto perps agents: what we learned shipping write-path safety</title>
      <dc:creator>Bartosz Bilicki</dc:creator>
      <pubDate>Thu, 30 Jul 2026 23:55:36 +0000</pubDate>
      <link>https://dev.to/bartosz_bilicki_a337185dd/remote-mcp-for-crypto-perps-agents-what-we-learned-shipping-write-path-safety-536b</link>
      <guid>https://dev.to/bartosz_bilicki_a337185dd/remote-mcp-for-crypto-perps-agents-what-we-learned-shipping-write-path-safety-536b</guid>
      <description>&lt;p&gt;Most "AI trading agent" demos stop at listing markets.&lt;/p&gt;

&lt;p&gt;The hard part starts when the agent can place orders.&lt;/p&gt;

&lt;h2&gt;
  
  
  What broke first
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Keys on the model host&lt;/strong&gt; - local MCP servers with private keys in env look fine in a demo, then become a single-point blast radius.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Write tools always-on&lt;/strong&gt; - if open/close is available in every chat, one prompt injection is enough.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No sub-accounts&lt;/strong&gt; - one shared balance for every agent routine makes audits painful.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Pattern that worked better
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Keep a &lt;strong&gt;remote MCP&lt;/strong&gt; for execution (HTTP/streamable), so the Cursor/Claude machine never holds exchange keys.&lt;/li&gt;
&lt;li&gt;Start &lt;strong&gt;read-only&lt;/strong&gt; (markets, positions, balances).&lt;/li&gt;
&lt;li&gt;Gate writes behind policy / human approve.&lt;/li&gt;
&lt;li&gt;Prefer &lt;strong&gt;sub-accounts&lt;/strong&gt; per routine or per client.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We shipped that pattern as a USDT perpetual futures MCP:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;MCP endpoint: &lt;a href="https://mcp.eterna.exchange/mcp" rel="noopener noreferrer"&gt;https://mcp.eterna.exchange/mcp&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Agent landing: &lt;a href="https://ai.eterna.exchange" rel="noopener noreferrer"&gt;https://ai.eterna.exchange&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Underlying hybrid venue (CEX-style books, no KYC): &lt;a href="https://eterna.exchange" rel="noopener noreferrer"&gt;https://eterna.exchange&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There is also a Deno-oriented SDK surface (~29 methods) if you want typed clients instead of raw tool calls.&lt;/p&gt;

&lt;h2&gt;
  
  
  Minimal agent loop
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Read markets + positions&lt;/li&gt;
&lt;li&gt;Decide size with hard caps&lt;/li&gt;
&lt;li&gt;Require confirmation before write tools&lt;/li&gt;
&lt;li&gt;Log every tool call&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Telegram side note
&lt;/h2&gt;

&lt;p&gt;If your distribution is Telegram-native (Mini Apps / bots), discovery and shipping speed matter as much as the agent:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Catalog: &lt;a href="https://tg.app" rel="noopener noreferrer"&gt;https://tg.app&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;No-code Mini App builder (TON + Stars): &lt;a href="https://apps-father.com" rel="noopener noreferrer"&gt;https://apps-father.com&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Questions for builders
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Do you keep research MCP and execution MCP as separate servers?&lt;/li&gt;
&lt;li&gt;What is your default max notional before human approve?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Happy to compare notes.&lt;/p&gt;

</description>
      <category>trading</category>
    </item>
  </channel>
</rss>
