MAC - Click the command key, control key, and space bar simultaneously.
Windows - Click the Windows key + period (.) or Windows key + semicolon (;).
MVP Goals:
Mint MOJIP₳Y Wallet Tag NFTs
-Enable users to create NFTs that map emoji (up to 4) combinations to their Cardano wallet addresses.
-Include options to either bake the wallet address into the NFT metadata or keep it dynamic.
-Store the visual representation on IPFS and incorporate a QR code linked to the wallet.
Payment Options for Minting
-Support payments with $ADA, or a combination of $MOJI and $ADA, providing flexibility for users.
-Implement a tiered pricing model based on the number of emojis in the mapping.
Developer Resources for Integration
-Release documentation that allows wallet and application platforms to integrate MOJIP₳Y functionalities.
-Provide comprehensive documentation and support to foster adoption within the Cardano ecosystem.
Product Naming Convention:
-The Cardano symbol "₳" will replace every "A" in product titles (e.g., MOJIP₳Y T₳G, SM₳SHER, etc..).
Launch Strategy:
-Both the $MOJI token and MOJIP₳Y T₳G NFTs will be launched closely and immediately following the initial public announcements of each.
-To ensure fairness and prevent manipulation, there will be no advanced notice or privileged information regarding the launch of either.
-Two distinct policy IDs will be created and will be published immediately upon launch:
*One for the $MOJI token.
*One for the MOJIP₳Y T₳G NFTs.
-Official announcements will be made via the MOJIP₳Y Twitter/X account (https://x.com/mojipay_io) and here on the official MOJIP₳Y website.
$MOJI Token Fair Launch:
-The $MOJI token will be launched fairly using the Snek.fun platform.
-The team will purchase 2% of the total $MOJI token supply (19,962,587 $MOJI).
*50% of the team’s purchase will be allocated to a dedicated team wallet.
*The remaining 50% of the team's purchase will be sent to a dedicated community incentive wallet.
-The team will not have any control over the token beyond their initial purchase.
-When 75% of the $MOJI token supply is bought and the market cap reaches 42,069 ADA, a liquidity pool (LP) will be created on Splash.trade.
-The LP will be burned to ensure decentralization and fairness.
-Two reasons for the token to exist. 1. Someone outside of our team would do it anyway and we can utilize the treasury for funding continued development and community incentives. 2. It can be leveraged for upgrading MOJIP₳Y T₳G’s in the SM₳SHER.
-All transactions made by the team will be publicly disclosed to maintain transparency.
MOJIP₳Y T₳G NFT Minting:
-The initial mint of MOJIP₳Y T₳G NFTs will allow users to create wallet tags consisting of up to four emojis.
-The first 100 NFTs minted will feature a unique V1 background.
-Starting from the 101st mint, V2 backgrounds will be introduced and will continue to be used until the launch of the MOJIP₳Y SM₳SHER in Q4 2025.
Transparency and Community Involvement:
-All announcements, updates, and transaction details will be shared through official channels to ensure transparency.
-Community involvement and feedback will be encouraged and collected to guide future developments and updates.
1. Basic Approach: Using Transaction Metadata
Process:
-User selects up to 4 emojis
-Pricing is tiered (1 being the highest, 4 the lowest)
-Each emoji mapping is stored as metadata in a transaction.
-A user submits a transaction with metadata linking their wallet address to an emoji sequence.
Example metadata JSON:{
"MojiTag": {
"wallet": "addr1qxyz...",
"emojis": "🎩🍕🚀🦄"
}
}
-This metadata is permanently stored on-chain and can be retrieved via APIs like Blockfrost.
Technical Requirements:
API Integration: Use a service like Blockfrost or Cardano Node CLI to submit and read metadata.
Frontend UI: Allow users to input their wallet and select emojis.
Metadata Storage Limit: Metadata size on Cardano is limited (16 KB), so mappings need to remain concise.
Pros:
-Lightweight and simple.
-No need for a smart contract, just standard metadata.
Cons:
-Updating an emoji mapping requires a new transaction (incurring fees).
2. Metadata Update Option at Minting
Static Option:
-Bake the wallet address into the metadata at minting.
Dynamic Option:
-Choose dynamic metadata, allowing future updates via tokens.
-Highlight the flexibility this provides (e.g., adding new visuals or updating wallet details)
3. $MOJI Token Utility for Metadata Updates
-Use tokens as a mechanism to:
*Facilitate Upgrades: Token holders can unlock or apply updates to their NFT, such as background changes and metadata updates.
*Exclusive Features: Offer premium upgrades or access to rare traits, such as custom backgrounds or special QR codes.
*Community Incentives: Reward tokens for actions like promoting the project, and let users redeem tokens for updates or enhancements.
*Treasury Split: 80/20 - 80% of tokens received go to incentive wallet and 20% goes to development fund.
*Burns: Some $MOJI may be “burned” (technically frozen) at the community’s discretion(Clarity/Summon voting rounds).
4. Update Process Using the SM₳SHER
Step 1: User selects an update option
Step 2: $MOJI spent during the transaction are transferred to the project’s incentive and development wallets.
Step 3: Update triggers a new metadata transaction to reflect the change.