Skip to content

Conversation

@aigerimu
Copy link
Contributor

fix #935

@aigerimu aigerimu marked this pull request as draft October 22, 2025 21:47
@github-actions
Copy link

To fix the formatting issues:

  1. Install necessary dependencies: npm ci
  2. Then, run this command:
npx remark -o --silent --silently-ignore standard/tokens/nft/comparison.mdx 

@github-actions
Copy link

To fix the formatting issues:

  1. Install necessary dependencies: npm ci
  2. Then, run this command:
npx remark -o --silent --silently-ignore standard/tokens/nft/comparison.mdx 

@github-actions
Copy link

Thanks for the updates across the docs page (standard/tokens/nft/comparison.mdx) and the dependency lockfile. I didn’t find any issues in the diff between main and pr_head; no fixes are needed.

@github-actions
Copy link

To fix the formatting issues:

  1. Install necessary dependencies: npm ci
  2. Then, run this command:
npx remark -o --silent --silently-ignore standard/tokens/nft/comparison.mdx 

@github-actions
Copy link

To fix the formatting issues:

  1. Install necessary dependencies: npm ci
  2. Then, run this command:
npx remark -o --silent --silently-ignore standard/tokens/nft/comparison.mdx 

| ---------------------------- | ---------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| Deployment and minting flow | Creator mints an item. | Any user with a valid proof can deploy an item. |
| Who pays for item deployment | Creators pay in most cases. | Audience pays. |
| Eligibility or allowlist | Creator controls custom off-chain or on-chain logic. | On-chain Merkle allowlist; users verify proofs using root from [Merkle root](/foundations/proofs/overview). |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"users verify proofs using root from", proof is not only from root( it from backend ), may be we can just delete sentence about root.

Royalty defines the percentage of NFT sales paid to the collection creator. It is set at the collection level and available using the `get_royalty_params`. For full specification, refer to [TEP‑66](https://github.com/ton-blockchain/TEPs/blob/1e5b2c4c8290d88d6bc3ddc4729812e3ac232c00/text/0066-nft-royalty-standard.md).

Marketplaces can rely on this model and pay royalties to the collection creator regardless of how the collection was deployed.
Any collection, including cNFT, can implement royalties. Marketplaces automatically pay royalties to the creator, regardless of the collection type.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Marketplaces automatically pay royalties"
Not really, they can pay, but can not to pay

- When to use: one-off assets, experimental pieces, or cases where collection-level coordination is unnecessary
- Metadata: stored entirely on the item
- Discoverability: no collection index; external indexers or explicit links are required to surface the item
- Trade-offs: simpler setup but fewer shared features, including no collection-wide royalties or configuration, no batch queries by index.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

may be just "no index", it seems more simpler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Standard > NFT > Comparison] Improve article

3 participants