--- tags: Product --- # Superfluid Minion Boost - Members can launch Superfluid Minion #### Forum https://superfluid.finance/ ### UI - Superfluid boost/app launcher - Requires member signature - Hits boost update endpoint with data to activate `const result = await boostPost('dao/boost', updateThemeObject);` updateThemeObject ```json= { contractAddress: <dao.address>, boostKey: 'superfluid', metadata: {}, network: network.network, signature, }; ```