(EN)ByBundle - NFT marketplace for bundle trading
  • 👏Welcome to ByBundle
  • 🤝Data provided by
  • OVERVIEW
    • NFT Marketplace specialized in bundle trading
    • Issues with existing marketplaces
    • Solution 1. Bundling NFTs
    • Solution 2. Market Sign System
  • service Guide
    • Create sell order
    • Buy order
    • Cancel order
  • bybundle order flow
    • Step1. Sellers create bundles
    • Step2. Bundles are displayed as a list
    • Step3. Buyers place purchase orders
    • Step4. Integrity verification
    • Step5. Market Sign
    • Step6. Transaction
  • Contract
    • Owner Interface
    • Order Interface
    • Fee Interface
    • Structs
    • Enums
  • Link
    • Terms of Service
    • Twitter
  • SUPPORTED
    • Supported Collections List
Powered by GitBook
On this page
  • Buyers _ On-chain Transaction Approval
  • Case
  1. bybundle order flow

Step6. Transaction

PreviousStep5. Market SignNextOwner Interface

Last updated 1 year ago

Buyers _ On-chain Transaction Approval

  • Upon receiving the server-side sign(Market Sign), final on-chain transaction approval is possible.

  • Buyers must complete the signing of the transaction in a time equal to the permission block + interval block.

  • After the signing, buyer can see the result of the transaction. Example: Since the interval block consists of 10 blocks(approximately 2 to 3 minutes long), if the server-side verification was completed at block 9,213,951, a buyer can submit his/her signature until the block reaches 9,213,961(= 9,213,951 + 10).

Interval Block? A tradeable interval for re-verifying occurrences such as order cancellations or changes in NFT ownership after server-side verification (currently set to 10 blocks).

Case

  • Case 1. Enough blocks left for transaction.

  • Case 2. Few blocks left for transaction. A warning message appears, and if you underpay for gas, the transaction is indexed slowly, potentially causing the transaction to fail.

  • Case 3. No blocks left for transaction. With no blocks left for approval, submitting a signature doesn't close the transaction and only wastes gas.

The marketplace can't arbitrarily cancel one's transaction, so you can still approve the transaction even if there are few or no blocks left.

However, this may result in a failed transaction, and if you still approve the transaction despite this warning message, you will not be refunded the gas fees incurred.

Purchase Availability Notification Popup