Documentation

Technical Features

Features available today

A grounded view of what the StablecoinRoadmap UI and builder workflows offer in the current codebase.

Builder workspace

Tools available inside the /build experience today.

Visual builder

Drag nodes, connect flows, and keep visual state in sync with Solidity.

Example: Model mint/burn + compliance hooks before writing Solidity.

AI coach

Generate contract drafts and explanations from prompts inside the builder.

Example: “Stablecoin with whitelist + pause + fee vault.”

Code editor

Edit Solidity directly and keep it versioned with your project.

Example: Patch modifiers, add tests, export to Foundry.

Testing & analysis

Built-in tools for validating behavior and reviewing AI analysis outputs.

Simulation panel

Run sample flows and inspect state updates in a browser simulation.

Example: Simulate mint → transfer → redeem in one run.

Security report output

AI generation streams include security findings when available.

Example: Surface reentrancy risks + access control gaps.

Economic report output

AI generation streams include economic insights and risks when available.

Example: Reserve ratio stress test and peg stability.

Deployment & export

Deploy or export what you build without leaving the workspace.

Create / CREATE2 deployment

Deploy to Base Sepolia or Base mainnet with wallet confirmation.

Example: Deterministic address deployments for audits.

Export to Foundry

Download a Foundry project with optional tests and deployment scripts.

Example: CI-ready repo with scripts + README.

Project collaboration

Keep your project history and shares in one place.

Version history

Compare versions and restore prior contract states.

Example: Compare pre-audit vs post-audit changes.

Share links

Share a project snapshot and track view counts.

Example: Share with compliance and finance stakeholders.

How it compares

CapabilityStablecoinRoadmapTraditional Tooling
Visual architecture + code syncYes (builder + editor)No (manual diagrams)
In-browser simulationsYes (simulation panel)CLI-only (Foundry/Hardhat)
AI-assisted draftingYes (AI coach + reports)Manual templates
Deploy + exportOne-click deploy + Foundry exportSeparate scripts/config

Hands-on demos

Card Settlement

Real-time settlement simulation

Open demo

Compliance Traces

Replayable MiCA decisions

Open demo

Liquidity Routing

Slippage + MEV routing lab

Open demo

Related tools

Explore the API Composer for integration snippets and the API Reference for sandbox endpoints.