> For the complete documentation index, see [llms.txt](https://docs.oceanpoint.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oceanpoint.fi/faq/frequently-asked-questions/protocol-governance.md).

# Protocol governance

### **Who makes decisions about what happens with Oceanpoint?**

Initially, the founding team will govern the project, but will do so in close collaboration with the community. This is a hard decision to make, but seeing how other tokens have had widespread difficulties with community governance on day one, the safest route seems to be keeping Oceanpoint under the team's wing immediately after launch and gradually implement smart contracts that enable us to turn governance completely over to the community.

{% hint style="success" %}
See [Decentralization plan and roadmap page](/community/decentralization-plan.md) to learn more.&#x20;
{% endhint %}

### **Who governs the BST treasury?**&#x20;

At launch, the co-founders from the Blocksquare team have jurisdiction over the rewards. As Oceanpoint transitions to community governance, the jurisdiction will move to a multisig wallet governed by members of the team, advisors and community representatives.

{% hint style="success" %}
[The decentralization plan](/community/decentralization-plan.md) involves moving governance to a multisig wallet, e.g. [Gnosis Safe](https://gnosis-safe.io/), once the Governance Board is established.
{% endhint %}

### **Can I propose new products or strategies to be added to Oceanpoint?**&#x20;

New products and strategies can be proposed by any holder with 1% of the issued sBST supply. You can hold these sBST tokens yourself, have other sBST holders delegate tokens to table your proposal, or a combination of both.

On day 1, before any meaningful portion of the supply has been issued, proposals will be initiated by the Oceanpoint team. We are eager to transition to community governance, at which point BST community members will be able to create formal proposals for a new pools, products, or other changes to the ecosystem. The sky's the limit to how Oceanpoint can evolve, and we are excited to see how the community will be able to drive growth.

**How do I vote?**\
\
All sBST tokens are eligible to vote. Users can acquire sBST tokens by staking their BST in the Governance pool. All Oceanpoint Improvement Proposals (OIPs) that are backed by 1% of the total sBST supply will be voted upon by the the community of sBST holders. You can learn more about the voting process in the Voting and Participation section.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.oceanpoint.fi/faq/frequently-asked-questions/protocol-governance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
