---
tags: v3
---
# Proposal Titles, Subtitles and Descriptions
[form.ts](https://github.com/HausDAO/daohaus-monorepo/blob/develop/apps/core-app/src/legos/form.ts)
Also need to review `PROPOSAL_TYPE_WARNINGS` in [constants.ts](https://github.com/HausDAO/daohaus-monorepo/blob/develop/apps/core-app/src/utils/constants.ts)
## Thoughts
These titles and descriptions are a little confusing. The title seems to refer to what the DAO is doing. The description seems to refer to what the user is doing.
- title: Should be the action the proposal takes
- subtitle: Should be the type of proposal
- description:
## SIGNAL
- title: 'Signal Form'
- subtitle: 'Signal Proposal'
- description: 'Ratify on chain using a DAO proposal'
## ISSUE
- title: 'Issue DAO Tokens'
- subtitle: 'Token Proposal'
- description: 'Request membership or increased stake in the DAO. Any tribute must be available in your wallet when proposal is executed.'
## ADD_SHAMAN
- title: 'Add a Shaman'
- description: 'Learn more about Shamans in our documentation.',
- subtitle: 'Add Shaman Proposal'
## TRANSFER_ERC20
- title: 'Issue Funding (ERC20)'
- subtitle: 'Funding Proposal'
- description: 'Ask the DAO for funds.'
## TRANSFER_NETWORK_TOKEN
- title: 'Issue Funding (Network Token)'
- subtitle: 'Funding Proposal'
- description: 'Ask the DAO for funds.'
## UPDATE_GOV_SETTINGS
- title: 'Update Governance Settings'
- subtitle: 'Governance Setting Proposal'
- description: 'Learn more about Governance Settings in our documentation.',
## TOKEN_SETTINGS
- title: 'Change Token Settings'
- subtitle: 'Token Settings Proposal'
- description: 'Learn more about Token Settings in our documentation.'
## TOKENS_FOR_SHARES
- title: 'Swap Tokens for Shares'
- description: 'Request membership or increased stake in the DAO. Any tribute must be available in your wallet when proposal is executed.'
- subtitle: 'Token Proposal'
## GUILDKICK
- title: 'Guild Kick Proposal'
- subtitle: 'Guild Kick Member'
- description: 'Propose to exchange a member’s voting token
## WALLETCONNECT
- title: 'WalletConnect Proposal'
- subtitle: 'Use WalletConnect to create a Proposal'
- description: 'Extend DAO Proposals to external contracts'