01
Create the asset
Deploy a native Aptos Fungible Asset with image, metadata, decimals, initial supply and optional permanent supply lock.
Open creator ->
Aptos launch stack
Create Aptos Fungible Assets, control supply and wallet permissions, then open or manage concentrated-liquidity positions on Hyperion.
01
Deploy a native Aptos Fungible Asset with image, metadata, decimals, initial supply and optional permanent supply lock.
Open creator ->02
Mint, burn, freeze, unfreeze or permanently destroy mint authority through explicit wallet-approved Move calls.
Open controls ->03
Send one selected asset to as many as 100 validated Aptos recipients in a single atomic batch.
Open multisender ->04
Create an APT market with initial liquidity or add to an existing concentrated-liquidity position on Hyperion.
Open liquidity ->Native Move architecture
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.