> For the complete documentation index, see [llms.txt](https://docs.bifrostnetwork.com/bifrost-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bifrostnetwork.com/bifrost-network/developer-documentations/pallet-interfaces/bfcutility.md).

# BfcUtility

### Description

This pallet allows users to submit proposals to the community.

### Extrinsics

**community\_proposal(proposal: `Vec<u8>`)**

* interface: `api.tx.bfcUtility.communityProposal`
* summary: General community proposal without changes on codes.

### Storage Values

**AcceptedProposals(): `Vec<Proposal>`**

* interface: `api.query.bfcUtility.acceptedProposals`
* summary: Storage for accepted proposals. Proposal passed by governance will be stored here.

**ProposalIndex(): `PropIndex`**

* interface: `api.query.bfcUtility.proposalIndex`
* summary: Storage for proposal index. Whenever proposal is accepted, index will be increased.
