SolCreateSolCreate
Aptos Move asset control room connected to token and liquidity modules
Aptos mainnetNative FA workflow5 APT / action

Aptos launch stack

Move-native assets from creation to market

Create Aptos Fungible Assets, control supply and wallet permissions, then open or manage concentrated-liquidity positions on Hyperion.

01

Create the asset

Deploy a native Aptos Fungible Asset with image, metadata, decimals, initial supply and optional permanent supply lock.

Open creator ->

02

Manage controls

Mint, burn, freeze, unfreeze or permanently destroy mint authority through explicit wallet-approved Move calls.

Open controls ->

03

Distribute supply

Send one selected asset to as many as 100 validated Aptos recipients in a single atomic batch.

Open multisender ->

04

Open the market

Create an APT market with initial liquidity or add to an existing concentrated-liquidity position on Hyperion.

Open liquidity ->

Native Move architecture

One control path, clear ownership

Fungible Asset metadata object
Creator-owned AssetController
MintRef can be destroyed permanently
BurnRef and TransferRef remain explicit
APT-paired Hyperion positions
One wallet prompt per complete action

Aptos token creation and liquidity in one launch stack

SolCreate uses the Aptos Fungible Asset standard rather than disguising Aptos operations as an EVM contract flow. Each created asset receives a dedicated controller under its metadata object. The connected creator wallet remains the controller, while SolCreate only prepares the transaction that the wallet displays and approves.

Hyperion integration continues the same launch path. A new asset can move directly from creation to an APT market with initial concentrated liquidity. Existing position holders can add more liquidity or withdraw a precise percentage. The SolCreate service fee and Hyperion operation are composed atomically, so a reverted DEX action cannot leave behind a successful service-fee payment.

Every operation is a blockchain transaction and carries Aptos network gas in addition to the displayed SolCreate fee. Token creation and market creation do not guarantee price, liquidity, demand or safety. Always verify metadata addresses, wallet recipients, asset order, price parameters and final wallet details before approval.