> 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/oceanpoint-pools/about-pool-mechanics/asset-pools.md).

# Asset pools

{% hint style="info" %}
**Current reward schedule**

125,000 BST / month split between Issuer and Community pools based on Pool TVL
{% endhint %}

<table data-card-size="large" data-view="cards"><thead><tr><th data-card-target data-type="content-ref"></th><th data-hidden></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td><a href="/pages/M3rbFlVco95u9hrs4iBT">/pages/M3rbFlVco95u9hrs4iBT</a></td><td></td><td></td><td></td></tr><tr><td><a href="/pages/KL3j735dxzOw7jrMIgyH">/pages/KL3j735dxzOw7jrMIgyH</a></td><td></td><td></td><td></td></tr></tbody></table>

### **Pool mechanics**

Oceanpoint enables anyone to start earning BST with tokenized real estate assets through the process of staking BSPT tokens. Staking [BSPT tokens](/oceanpoint-features.md#bspt-tokens) is available only for real estate properties tokenized through Blocksquare's tokenization protocol.

Once the tokenization is achieved, eligible BSPT (Blocksquare Property Tokens) can be staked on Oceanpoint by their holder. When depositing BSPT for staking, the smart contract awards the user sBSPT tokens based on the asset's valuation and current projected APY, which define the user's share in the respective asset pool. In return, the protocol locks the BSPT tokens into the Asset pool for a defined period of time.

**Current lockup periods for respective pools:**

* Issuer pool — 6 months lock-up period
* Community pool — 1 month lock-up period (coming with v0.4)

{% hint style="info" %}
How to stake BSPT tokens? [Learn more](/real-estate-assets/staking-tokenized-real-estate.md)
{% endhint %}

{% hint style="info" %}
How to unstake BSPT tokens? [Learn more](/real-estate-assets/unstaking-tokenized-real-estate.md)
{% endhint %}

### BSPT fees and impacts on staking

BSPT tokens have an integrated transaction fee of 1,5%.

Fees are always paid in property tokens, e.g. if a transaction involves 10,000 BSPT tokens, the buyer will receive 10,000 - 1.5% tokens = 9,850 BSPT tokens on their wallet.

The fee is credited to network stakeholders automatically distributed to beneficiaries:

* 0.5% goes to the platform operator (Certified Partner)
* 0.5% goes to the token issuer (Real estate owner / token issuer)
* 0.5% goes to the DeFi bridge (Oceanpoint)

When staking, these fees will be executed and impact the amount of BSPT one shall receive back at time of withdrawal, except when staking is done by the token issuer wallet.

{% hint style="info" %}
Initially, only real estate owners (token issuers) shall be able to stake BSPT tokens of their own properties, while with v0.4 community members will be able to purchase tokenized real estate assets and stake them to earn BST.

Please refer to the FAQ section to see infographic on[Real estate staking](/faq/frequently-asked-questions/real-estate-staking.md)
{% endhint %}


---

# 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/oceanpoint-pools/about-pool-mechanics/asset-pools.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.
