# Getting Started

## Introduction to Oceanpoint Protocol

Welcome to the Oceanpoint developer documentation! Here, you'll embark on a journey into the world of Oceanpoint Protocol, a platform that seamlessly integrates the realms of Decentralized Finance (DeFi) and real estate through innovative web3 solutions.

Oceanpoint stands out in the blockchain space by offering a unique blend of real estate tokenization and DeFi products. Developed and maintained by [Blocksquare](https://blocksquare.io), Oceanpoint leverages the power of Ethereum's smart contracts to create a decentralized, open-end DAO (Decentralized Autonomous Organization). This approach not only democratizes real estate investments but also introduces novel ways for asset liquidity and yield generation in the DeFi space.

The smart contract codebase for Oceanpoint is [open-source](https://github.com/blocksquare/oceanpoint-contracts), offering transparency and community involvement in its continuous development, and currently maintained by the [Blocksquare](https://blocksquare.io) team.&#x20;

The interface hosted at <https://app.oceanpoint.fi> is at the moment closed source and maintained by the [Blocksquare](https://blocksquare.io) team.

{% hint style="success" %}
Oceanpoint smart contracts have undergone rigorous audits by Hacken, ensuring a high standard of security and reliability.&#x20;

Read more under section [Security](/for-developers/security.md)
{% endhint %}

### **Key Components and Features**

#### **POINT Tokens**

A novel index token backed by the USD value of tokenized real estate assets within Oceanpoint's asset pool.

#### **LP Tokens**

Liquidity provider tokens for decentralized exchanges, enabling direct interaction with AMM protocols and staking for rewards.

#### **Blocksquare Property Tokens (BSPTs)**

Standard ERC-20 tokens representing fractional ownership in real estate assets, each uniquely associated with a specific property.

#### **DeFi Primitives**

Core mechanics of the DeFi products offered, including a Governance pool for staking and earning rewards.

## Supported Networks

The Oceanpoint Protocol is currently deployed on the following networks:

{% tabs %}
{% tab title="Ethereum" %}

#### Ethereum Mainnet

<table><thead><tr><th width="268.655737704918">Contract Name</th><th>Contract Address</th></tr></thead><tbody><tr><td>BST</td><td><a href="https://etherscan.io/address/0x509A38b7a1cC0dcd83Aa9d06214663D9eC7c7F4a">0x509A38b7a1cC0dcd83Aa9d06214663D9eC7c7F4a</a></td></tr><tr><td>Governance Pool (sBST)</td><td><a href="https://etherscan.io/address/0x6f1e92fb8a685aaa0710bad194d7b1aa839f7f8a">0x6F1E92fb8a685AaA0710BAD194D7B1aa839F7F8a</a></td></tr><tr><td>BSPT Community Pool</td><td><a href="https://etherscan.io/address/0x13299657e662894b933Bb3Ee73F7f8dA94b55451#code">0x13299657e662894b933Bb3Ee73F7f8dA94b55451</a></td></tr><tr><td>BSPT Issuer Pool</td><td><a href="https://etherscan.io/address/0x57ba886442d248C2E7a3a5826F2b183A22eCc73e#code">0x57ba886442d248C2E7a3a5826F2b183A22eCc73e</a></td></tr><tr><td>BST-ETH LP Staking Pool</td><td><a href="https://etherscan.io/address/0x1802f66868d0649687a7a6bc9b8a4292e148daec#code">0x1802F66868d0649687A7a6bc9b8a4292e148dAEC</a></td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# Agent Instructions: 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:

```
GET https://docs.oceanpoint.fi/for-developers/getting-started.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.
