Distribution Kit
Embed the bridge anywhere
Drop this iframe on any site — wallet, docs, project page — and your visitors can swap wZCU ↔ ZCU without leaving. No keys, no SDK, no signup.
1 · Configure defaults
Default direction
Default amount (wZCU)
Theme
Width (px or %)
Height (px)
2 · Copy the snippet
<iframe id="wzcu-bridge" src="https://wzcu.zerochill.com/embed?have=wZCU&amount=100&theme=dark" style="width:100%;height:680px;border:0;background:transparent" allow="clipboard-write" loading="lazy" title="wZCU to ZCU bridge"></iframe>
<script>(function(){window.addEventListener("message",function(e){if(!e.data||e.data.type!=="swap-embed:height")return;var f=document.getElementById("wzcu-bridge");if(f&&typeof e.data.height==="number")f.style.height=e.data.height+"px"});})();</script>3 · Live preview
Sharing tips
· Responsive by default — width:100% inside any container.
· On order creation we post swap-embed:order-created to the parent window with the order ID.
· No keys or SDK. Anyone can embed.