# Oceanpoint Docs

## Oceanpoint Docs

- [Introduction](https://docs.oceanpoint.fi/introduction.md)
- [Oceanpoint features](https://docs.oceanpoint.fi/oceanpoint-features.md): Features reflecting the cryptocurrency category's accepted standard and that enable proper interoperability between the Oceanpoint protocol and other Defi protocols.
- [Oceanpoint participant](https://docs.oceanpoint.fi/oceanpoint-participant.md): The following terms outline the participants in the Oceanpoint ecosystem and the roles that they play.
- [Smart contracts](https://docs.oceanpoint.fi/smart-contracts.md)
- [About pool mechanics](https://docs.oceanpoint.fi/oceanpoint-pools/about-pool-mechanics.md): Oceanpoint v0.3 (current version)
- [Governance pools](https://docs.oceanpoint.fi/oceanpoint-pools/about-pool-mechanics/governance-pools.md): The governance pools category has been introduced with v0.5
- [Main pool (sBST)](https://docs.oceanpoint.fi/oceanpoint-pools/about-pool-mechanics/governance-pools/main-pool-sbst.md): This feature is LIVE since v0.1
- [Marketplace pools](https://docs.oceanpoint.fi/oceanpoint-pools/about-pool-mechanics/governance-pools/marketplace-pools.md): This feature is LIVE since v0.5
- [Detailed functionalities](https://docs.oceanpoint.fi/oceanpoint-pools/about-pool-mechanics/governance-pools/marketplace-pools/detailed-functionalities.md)
- [Asset pools](https://docs.oceanpoint.fi/oceanpoint-pools/about-pool-mechanics/asset-pools.md): Real estate staking for both issuers and community is LIVE.
- [Asset pool - Issuer](https://docs.oceanpoint.fi/oceanpoint-pools/about-pool-mechanics/asset-pools/asset-pool-issuer.md): This feature is LIVE since v0.2
- [Asset pool - Community](https://docs.oceanpoint.fi/oceanpoint-pools/about-pool-mechanics/asset-pools/asset-pool-community.md): This feature is LIVE since v0.4
- [Liquidity pools](https://docs.oceanpoint.fi/oceanpoint-pools/about-pool-mechanics/liquidity-pools.md): This feature is LIVE since v0.3
- [Stable pools](https://docs.oceanpoint.fi/oceanpoint-pools/about-pool-mechanics/stable-pools.md): This feature is planned with v0.6
- [Supply, Issuance, & Rewards](https://docs.oceanpoint.fi/bst-economics/supply-issuance-and-rewards.md)
- [Staking tokenized real estate](https://docs.oceanpoint.fi/real-estate-assets/staking-tokenized-real-estate.md)
- [Unstaking tokenized real estate](https://docs.oceanpoint.fi/real-estate-assets/unstaking-tokenized-real-estate.md): On this page you will learn how to withdraw your BSPT and claim your BST rewards (for real estate owners)
- [Decentralization plan](https://docs.oceanpoint.fi/community/decentralization-plan.md)
- [The voting process](https://docs.oceanpoint.fi/community/the-voting-process.md)
- [Governance principles](https://docs.oceanpoint.fi/community/governance-principles.md)
- [Governance board](https://docs.oceanpoint.fi/community/governance-board.md): The governance board's role is to help transition into a fully decentralized on-chain community governance system. This page is to keep the community in the loop on the board's activities.
- [Regional Hubs](https://docs.oceanpoint.fi/community/regional-hubs.md)
- [Network structure](https://docs.oceanpoint.fi/community/regional-hubs/network-structure.md)
- [Selection process](https://docs.oceanpoint.fi/community/regional-hubs/selection-process.md)
- [Ambassador registration](https://docs.oceanpoint.fi/community/regional-hubs/ambassador-registration.md)
- [Regional Hub registration](https://docs.oceanpoint.fi/community/regional-hubs/regional-hub-registration.md)
- [Quarterly competitions](https://docs.oceanpoint.fi/community/regional-hubs/quarterly-competitions.md)
- [Quarterly BST allocations](https://docs.oceanpoint.fi/community/regional-hubs/quarterly-bst-allocations.md)
- [The scoring system](https://docs.oceanpoint.fi/community/regional-hubs/the-scoring-system.md)
- [BST rewards distribution](https://docs.oceanpoint.fi/community/regional-hubs/bst-rewards-distribution.md)
- [Quarterly Activities Report](https://docs.oceanpoint.fi/community/regional-hubs/quarterly-activities-report.md)
- [Submitting your quarterly report](https://docs.oceanpoint.fi/community/regional-hubs/quarterly-activities-report/submitting-your-quarterly-report.md)
- [Organizing events (Eventbrite)](https://docs.oceanpoint.fi/community/regional-hubs/organizing-events-eventbrite.md)
- [Creating successful events](https://docs.oceanpoint.fi/community/regional-hubs/creating-successful-events.md): Beginner's Guide to Creating Successful Events & useful website links
- [Code of conduct](https://docs.oceanpoint.fi/community/regional-hubs/code-of-conduct.md): As representatives of our DAO, your role as ambassadors is critical in maintaining a positive image and fostering relationships within the Regional Hubs.
- [Getting Started](https://docs.oceanpoint.fi/for-developers/getting-started.md)
- [Governance](https://docs.oceanpoint.fi/for-developers/governance.md)
- [Marketplace Pools](https://docs.oceanpoint.fi/for-developers/marketplace-pools.md)
- [Security](https://docs.oceanpoint.fi/for-developers/security.md)
- [Frequently Asked Questions](https://docs.oceanpoint.fi/faq/frequently-asked-questions.md): Here is a list of most frequent questions. If you see an important answer is missing, feel free to get in touch.
- [What is Oceanpoint?](https://docs.oceanpoint.fi/faq/frequently-asked-questions/what-is-oceanpoint.md)
- [Blocksquare Token (BST)](https://docs.oceanpoint.fi/faq/frequently-asked-questions/blocksquare-token-bst.md)
- [Protocol governance](https://docs.oceanpoint.fi/faq/frequently-asked-questions/protocol-governance.md)
- [Real estate staking](https://docs.oceanpoint.fi/faq/frequently-asked-questions/real-estate-staking.md): An overview of the most common questions received regarding BSPT staking on Oceanpoint.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.oceanpoint.fi/introduction.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
