# Nouns to Party Protocol > how to use createParty **Published by:** [sweetman](https://paragraph.com/@sweetman/) **Published on:** 2024-04-27 **URL:** https://paragraph.com/@sweetman/nouns-to-party-protocol ## Content Today we started migrating Fam to Party Protocol. First call I needed to test was the createParty method. Before, Fam was calling the deploy method on the Nouns Public Manager. I want to update that call to use createParty so communities on Fam are parties instead of nouns auctions.Party DocumentationcreatePartyI like to use thirdweb to verify I know how to make a call and work backwards to write the code. Here's the parameters I used in thirdweb (base sepolia) to call createParty Party Impl (found on Github) 0xeFA4054F3Db3D1f5e981513a3d8A33D91FC97dc1 Authorities (sweetman.eth) ["0xcfBf34d385EA2d5Eb947063b67eA226dcDA3DC38"] Opts { "governance": { "hosts": ["0xcfBf34d385EA2d5Eb947063b67eA226dcDA3DC38"], "voteDuration": "172800", "executionDelay": "86400", "passThresholdBps": "5000", "totalVotingPower": "100000000000000000000", "feeBps": "1000", "feeRecipient": "0xcfBf34d385EA2d5Eb947063b67eA226dcDA3DC38" }, "proposalEngine": { "enableAddAuthorityProposal": true, "allowArbCallsToSpendPartyEth": true, "allowOperators": true, "distributionsConfig": "1" }, "name": "PARTY", "symbol": "FAM", "customizationPresetId": "0" }Precious Tokens [] Precious Token Ids [] Rage Quit Timestamp (epoch of now + 1715603725) 1715603725 ## Publication Information - [sweetman](https://paragraph.com/@sweetman/): Publication homepage - [All Posts](https://paragraph.com/@sweetman/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@sweetman): Subscribe to updates ## Optional - [Collect as NFT](https://paragraph.com/@sweetman/nouns-to-party-protocol): Support the author by collecting this post - [View Collectors](https://paragraph.com/@sweetman/nouns-to-party-protocol/collectors): See who has collected this post