diff --git a/src/data/showcase/MAYZ.png b/src/data/showcase/MAYZ.png new file mode 100644 index 0000000000..daa06ce502 Binary files /dev/null and b/src/data/showcase/MAYZ.png differ diff --git a/src/data/showcases.js b/src/data/showcases.js index 10c8012df5..ae0972eb82 100644 --- a/src/data/showcases.js +++ b/src/data/showcases.js @@ -1113,6 +1113,15 @@ export const Showcases = [ source: null, tags: ["marketplace"], }, + { + title: "MAYZ Protocol", + description: + "MAYZ is a DeFi protocol inspired by mutual funds that allows users to invest in crypto indexes without relying on third parties by providing a permissionless platform for creating and managing investment funds, facilitating liquidity, and empowering users through innovative mechanisms.", + preview: require("./showcase/MAYZ.png"), + website: "https://mayz.io/", + source: "https://github.com/MAYZGitHub", + tags: ["token", "marketplace", "nftproject", "minting", "opensource"], +  }, ]; export const TagList = Object.keys(Tags);