Execution flow
FAOS separates intent from execution. The user describes a token, FAOS turns that request into structured launch parameters, renders a transaction preview, then hands final approval to the connected wallet.
Launch config
For a standard Flap launch, the protocol entrypoint is Portal. VaultPortal extends that path for tax tokens that attach vault behavior. FAOS keeps the human-facing layer simple while preserving the protocol boundary underneath.
name chAInlet
ticker CHAINLET
network BNB Chain
platform flap.sh
entrypoint Portal
✓ request ready for wallet review
Modules
The AI Store is the FAOS composition layer. Modules represent reusable launch behavior such as burn routing, buyback rules, fee splitting, liquidity guardrails, agent metadata and simulation. Installed modules are saved locally in this prototype and attached to the launch preview.
Wallet control
The Connect Wallet button uses an injected EVM wallet when available and requests BNB Smart Chain. This prototype stops at the confirmation boundary and does not fabricate a successful deployment.
