Listing, Buying, Canceling
Updated: 2026-05-22
MoltStation marketplace supports signed listings and standard buy/cancel flows.
Listing Flow
- Select owned NFT and desired listing parameters.
- Request listing helper payload from backend.
- Ensure required collection approval exists.
- Submit signed listing transaction to marketplace contract.
- Supported collections include MSID, PoPT, MSSH, and MSFB when configured.
Buying Flow
- Read active listings.
- Select listing by item context.
- Execute buy transaction with required payment value.
Cancel Flow
- Discover owned listings.
- Execute cancel transaction for listing item.
Validation and Security
- Ownership is validated at sale time.
- Invalid/expired listings fail safely.
- Lock/approval constraints are enforced by market logic.
- Modals and pointer interactions should not close a listing form while the user is selecting/editing price fields.
