-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ export const FaqPage = () => { | |
} | ||
|
||
const faqItems: FaqUIEntry[] = [ | ||
{question: "Our project wants to join Talko and start minting sNFT awards. How can we do it?", answer: <>Talko has been recently updated to support awards for multiple projects. Get in touch with us at <a href="mailto:[email protected]">[email protected]</a> if you are interested.</>}, | ||
{question: "Our project wants to join Talko and start minting sNFT awards. How can we do it?", answer: <>Talko has been recently updated to support awards for multiple projects. Get in touch with us at <a href="mailto:[email protected]">[email protected]</a> if you are interested. </>}, | ||
{question: "Who gives these award tokens, and how can I get them?", answer: "The minting of Community awards is done by the administration of each community. In the case of Streamr it's the Streamr Community team. We're looking at different ways of opening up the selection of award candidates to the community itself."}, | ||
{question: "How are sNFTs (shareable NFTs) different from regular NFTs?", answer: "sNFTs are not transferable and therefore they cannot be sold like regular NFTs. They have been created for community use, and sharing them refers to minting a new copy of the award token for someone who has co-contributed or supported the original contribution. Sharing is recommended, it's like giving a big 'thank you'."}, | ||
{question: "How can I share award tokens?", answer: "As a recipient of an award, and with your wallet connected you can share an award on the Talko site by clicking 'Share award'. You'll then need to provide the wallet address and Discord handle of the sub-contributor, and the title of his/her sub-contribution in relation to your award. It's a good idea to ask about the wallet address beforehand (as you might not have it yet), and also say that this kind of award is about to come on the Talko site. You'll need a very small amount of MATIC token for the gas fees."}, | ||
|