# v2 Protocol

The protocol is a staking and reward distribution system deployed on Base and Arbitrum One. It enables any user to create isolated staking pools, called builder pools, where others can deposit MOR tokens. Each pool has configurable parameters such as minimum deposit, staking start time, and lock periods...

Users stake MOR into these pools, and based on their amount and pool claim lock duration, receive a virtual deposit value that determines their share of rewards. Longer locks yield higher multipliers. Rewards across all pools are calculated based on a shared global rate and distributed proportionally.

Only the pool creator (the builder) can claim the rewards earned by their pool and choose how to distribute them. These rewards come from the `BuildersTreasury`, which is funded by Morpheus protocol administrators.

The system also includes a flexible fee module (`FeeConfig`) that lets protocol owners define claim and withdrawal fees, adding sustainability while keeping builders in full control of their pools.


---

# 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://gitbook.mor.org/smart-contracts/documentation/builders-protocol/v2-protocol.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.
