> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wemog.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# Safety and FAQ

> Review wallet safety, transaction behavior, and common questions about Wemog.

## Before every transaction

* Confirm that you are on the collection's expected network.
* Confirm that the connected wallet matches the wallet you used to sign in.
* Read the wallet prompt. Verify the contract, amount, and action.
* Keep enough native token for both the displayed payment and network gas.
* Treat collection descriptions, social links, and creator claims as user-supplied information, not a guarantee from Wemog.
* Never share your seed phrase or private key. Wemog does not need either one.

<Warning>
  Smart contract transactions are normally irreversible. NFT prices can rise or fall, liquidity can change, and past activity does not guarantee future demand or value.
</Warning>

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Why do all NFTs have the same Wemog price?">
    Wemog's built-in market prices the collection as a whole. During bonding, token ID, artwork, rarity, and traits do not affect the protocol price. The same collection-level approach continues in the Gacha pool.

    After graduation, external marketplaces can provide token-specific price discovery. A rare NFT's external listing price can differ substantially from the Wemog pool quote.
  </Accordion>

  <Accordion title="Can I choose the NFT I receive?">
    During bonding, yes. You select exact available token IDs.

    After graduation, no. Gacha buys and swaps use Chainlink VRF to select random available IDs. The preview order does not affect the result.
  </Accordion>

  <Accordion title="Can a collection return to bonding after graduation?">
    No. Graduation is automatic and irreversible.
  </Accordion>

  <Accordion title="Does selling remove an NFT forever?">
    No. The market takes the NFT, burns it, and returns its token ID to the available inventory. If someone buys or draws that ID later, the collection contract mints it again with the same committed metadata.
  </Accordion>

  <Accordion title="Why did my sell or swap ask for approval first?">
    The NFT contract must authorize the active market to transfer your NFTs. Your first action with that market can require an approval transaction followed by the sale or swap transaction. Review both prompts.
  </Accordion>

  <Accordion title="What is slippage?">
    Slippage is the price movement you are willing to accept before a transaction executes. Wemog converts it into a maximum payment for buys or a minimum payout for sells. If the market moves further, the transaction reverts.
  </Accordion>

  <Accordion title="Why is there a VRF fee?">
    Post-graduation random buys and swaps use Chainlink VRF. The VRF fee pays for the randomness request and is included in the total shown before submission.
  </Accordion>

  <Accordion title="My Gacha transaction confirmed, but I do not see an NFT yet. What happened?">
    The confirmed transaction places the order. Chainlink fulfills the random draw in a later onchain callback, so delivery can take longer than order confirmation. Check your order or transaction history and wait for fulfillment before you submit the same intent again.

    In unusual cases, a randomness callback can fail. For example, the pool might not have enough inventory for the complete order, or the callback might run out of gas. The randomness service does not automatically retry a failed callback, and the original payment has already been taken. Save the transaction hash when you request support.
  </Accordion>

  <Accordion title="Why did my transaction revert?">
    Common causes include:

    * the price moved outside your slippage limit;
    * another buyer took a selected NFT first;
    * your wallet changed networks or accounts;
    * you no longer own one of the selected NFTs;
    * the pool lacks enough inventory for the requested batch;
    * your wallet lacks enough native token for payment and gas.

    A reverted transaction does not complete the trade, but the network can still charge gas.
  </Accordion>

  <Accordion title="Which source is authoritative for ownership?">
    The blockchain is authoritative. Wallets, marketplaces, and the Wemog interface can briefly lag while they index recent transactions.
  </Accordion>

  <Accordion title="Can a creator change NFT artwork after launch?">
    Not through the Wemog collection. The metadata base URI is committed at activation and cannot change afterward. Before activation, use **Unlock and edit** to fix artwork or metadata.
  </Accordion>

  <Accordion title="How do creator fees work?">
    The creator receives 25% of trading and swap fees. Bonding-curve and Gacha-pool fees accrue separately. The recorded creator wallet must claim them separately, and each claim requires network gas.
  </Accordion>

  <Accordion title="Is MOG required to trade?">
    No. MOG is not required for NFT pricing or for buying, selling, or swapping through Wemog markets.
  </Accordion>
</AccordionGroup>
