> For the complete documentation index, see [llms.txt](https://docs.uplink.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uplink.wtf/mintboard/creating-mintboard.md).

# Creating MintBoard

The mintboard settings can be accessed by clicking configure in the admin section of the space page, or at the url uplink.wtf/yourspacename/mintboard/settings

<figure><img src="/files/3hZiNUGygQLyObsgQsJp" alt=""><figcaption></figcaption></figure>

## MintBoard

Toggle your spaces MintBoard On / Off&#x20;

## Details

### Title

A customized name for your mintboard

### Description

A prompt area to explain what you're looking for from your community.

## Network

Choose a network where posts will live onchain. We currently support:

* ETH mainnet
* Base
* Optimism
* Zora

## Token Template

User posts are minted as ERC721's, and the individual token parameters are abstracted to this section to make it as simple as possible for the user to create a post. These parameters are applied to each user post.

### Name

ERC721 token name. (**ex.** based management)

### Symbol

ERC721 token symbol. (**ex.** BM)

### Description

(optional) ERC721 token description.

### Edition Size

How many editions are available for minting?

### Mint Price

Free or choose a custom mint price. (We recommend free mints)

### Mint Duration

Toggle between 3 days, 1 week, or a custom date for how long the posts will be mintable.

### Space Treasury Address

Space treasury rewards will be routed to this address. If using a multisig, please ensure that the multisig is on the same network as your choice in the network section.

<figure><img src="/files/JNzjCEOckj2YiW0Gcy8k" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.uplink.wtf/mintboard/creating-mintboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
