For the complete documentation index, see llms.txt. This page is also available as Markdown.

Marketplace

Build a points marketplace inside your Discord server. Members spend the points they earned from quests on roles, tokens, NFTs, allowlist spots and custom rewards.

Launch your in-server marketplace with /marketplace.

Set up the marketplace channel

  • /marketplace channel channel: – Set the channel that will host the marketplace embed.

Add and edit items

  • /marketplace add_item

    • name – Item name (must be unique inside the server).

    • price – Cost in points.

    • description (optional) – Item description.

    • quantity (optional) – Stock count (default: unlimited).

    • role (optional) – Role granted on purchase.

    • chain (optional) – Reward chain.

    • role_gate (optional) – Only members with this role can purchase.

    • multiple_buy (optional) – Allow members to buy the item more than once.

    • captcha (optional) – Require captcha verification before purchase (anti-bot).

  • /marketplace edit_item name: – Update an existing item's price, description, quantity or role.

  • /marketplace remove_item name: – Delete an item from the marketplace.

  • /marketplace buyers name: – Export a list of every buyer of a specific item (great for reward distribution).

A more visual marketplace experience is rolling out on the Engage Dashboard. The Discord-side commands above remain fully supported.

Last updated