Skip to content

Commit

Permalink
Merge pull request #318 from ArtBlocks/ryley/plt-753-update-docs-for-…
Browse files Browse the repository at this point in the history
…minterminprice

Add minimum price minters
  • Loading branch information
ryley-o authored Oct 15, 2024
2 parents e53c583 + f2d43a9 commit 3ddea15
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions minter-suite/shared-minter-suite.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,19 @@ The minter may be used for any project, and is certainly ideal for projects that

Bids and auction parameters are stored on-chain, and the Art Blocks subgraph and API index all historical bids in [`bids_metadata`](https://docs.artblocks.io/public-api-docs/#definition-bids_metadata) as well as auction parameters in [`project_minter_configurations`](https://docs.artblocks.io/public-api-docs/#definition-project_minter_configurations).

### `polyptych (copy-hash) minter`
### `Minimum price minter`

This minter enables artists to distribute tokens at a minimal price to collectors.

A small mint fee is sent to the render provider to help with the costs of rendering and indexing tokens.

## `Minimum price minter, allowlisted users only`

This minter enables artists to distribute tokens at a minimal price to an allowlisted set of collectors. The allowlist can be configured to limit minting to a predetermined list of wallet addresses, and artists can specify the number of mints allowed per wallet.

A small mint fee is sent to the render provider to help with the costs of rendering and indexing tokens.

### `Polyptych (copy-hash) minter`

This minter enables the artist to mint tokens with identical token hashes. This is useful for projects that are intended to be displayed as a polyptych.

Expand All @@ -122,7 +134,7 @@ Limited creator dashboard support is available for this minter at this time, so

Despite the complexity of this minter, the resulting outputs can be very powerful and rewarding for artists and collectors!

### `polyptych (copy-hash) minter, custom ERC20`
### `Polyptych (copy-hash) minter, custom ERC20`

This minter extends the functionality of the polyptych minter to allow accepting any ERC20 token as payment for your sale of tokens.

Expand Down

0 comments on commit 3ddea15

Please sign in to comment.