---
tags: Product
---
# MintGate boost
## Overview
MintGate is already protecting content behind token gates and enabling communities to create token permissioned content. DAOhaus can easily enable communities to gate their content and keep those resources easily accessible with an API to display gates for shareholders.
## Boost Integration
Boost Setup
- Enable switch? same for 'settings'?
- allow hide for dao**? user override? _messy_
- ** storage, boost settings for now
MintGate is capable of serving DAOs out of the box
- Gates can be created on MintGate directly with Moloch v2 Strategy
- link from DAOhaus page to MintGate deep link
- users can also create with dao link on mintgate.app
Connect shared gates to DAO members via API
- Show gates in DAO page (to be mocked below) `/links?` or `/gates`
- likely a separate page
- small version on the DAO's "home", if we went API route
### API
Ping MintGate API for DAO's Gates:
`https://link.mintgate.app/api/links?tid={DAO_ADDRESS}`
`https://link.mintgate.app/api/links?tid=0xef3d8c4fbb1860fceab16595db7e650cd5ad51c1`
```json
[{
"dname": "scottrepreneur",
"photo": "https://pbs.twimg.com/profile_images/1368051547792367621/zjj05Nhx.png",
"banner": "https://pbs.twimg.com/profile_banners/18184749/1611431380",
"twittername": "scottrepreneur",
"twitterid": "18184749",
"id": "Z3nb493kwJu8",
"uid": 3611,
"title": "React Hooks. Great Docs. Much Gate",
"holdany": true,
...
"link": "https://link.mintgate.app/http/Z3nb493kwJu8",
"img": "https://repository-images.githubusercontent.com/174038031/01768c80-a4f5-11e9-8007-1dc851d42b5d",
"desc": "Performant, flexible and extensible forms with easy-to-use validation.",
"username": "scottrepreneur"
}]
```
## Boost Metadata
```json
{
contractAddress: <dao.address>,
boostKey: 'mintgate',
metadata: {},
network: network.network,
signature,
};
```
## Screens
v0 Available Gates
- Gate fields
- Image `img`
- Title `title`
- Descrption `description`
- Creator `dname` or `username`
- Shares `holdany` - if false need to show how many (not sure how to do this yet)
- Link to gate `link`
- ask JD about deep link for new gate button
- we could ask them to add dates to it for when created or updated so we can filter

notes/ideas
- add about MintGate on the right here?
### v2
- filters?
- by creator
- search?
- by name?
- hide or prioritize gates somehow?
- tags (content-type)
- generate dynamic image based on type of content (i.e. spreadsheet, notes, etc)