Distribution Kit

Embed the swap anywhere

Drop this iframe on any site — blog, wallet docs, project page — and your visitors can swap stablecoins for native TXC or ISK$ without leaving. No keys, no SDK, no signup.

1 · Configure defaults

Destination assets (pick one or more)
Single-asset widget — no picker shown.
Default USD amount
Default chain (optional)
Default token (optional)
Theme
Width (px or %)
Height (px)

2 · Copy the snippet

<iframe id="swap-honest-money" src="https://swap.honest.money/embed?assets=TXC&amount=1000&theme=dark" style="width:100%;height:760px;border:0;background:transparent" allow="clipboard-write" loading="lazy" title="Swap to TXC — honest.money"></iframe>
<script>(function(){window.addEventListener("message",function(e){if(!e.data||e.data.type!=="swap-embed:height")return;var f=document.getElementById("swap-honest-money");if(f&&typeof e.data.height==="number")f.style.height=e.data.height+"px"});})();</script>

3 · Live preview

Sharing tips

· The widget is responsive — width:100% inside any container.

· When a user creates an order we post a swap-embed:order-created message to your page so you can react.

· No keys or SDK required. Anyone can embed.