> For the complete documentation index, see [llms.txt](https://docs.secondlive.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.secondlive.world/help-center/faq/personal-space-income-standard-introduction.md).

# Personal Space Income Standard Introduction

Users with Personal Space NFTs can create personal Space in SecondLive, and whenever someone is active in the Personal Space, BEAN would be produced (BEAN can be staked for LIVE).

**Space Active Standard:** When a user enters the Space and stays online for **more than 3 minutes**, it would be counted as a valid active user, **the owner of the Space can get 5 BEAN**. Each user could only be counted as one valid active user every day, and the activity data will be refreshed **at 8:00 UTC the next day**.

> Address (Space visitor) with SecondLive NFT: 5 BEAN \* Space output efficiency/day
>
> Address(Space visitor)  without SecondLive NFT: 0.5 BEAN\* Space output efficiency/day

Space holder's extra BEAN income = 10% of BEAN income that visitors get \* Space output efficiency

<mark style="color:purple;">Space output efficiency: \[LV1:0.8 ] \[LV2:0.9] \[LV3:1.0]  \[LV4:1.1 ] \[LV5:1.3]</mark>

Every week, 100,000 LIVE will be distributed to BEAN stakeholders. According to the stake ratio, the more BEAN staked, the more LIVE will be gained. (the quantity of LIVE output per week will change dynamically through SecondLive DAO governance in the future).

In the future, SecondLive will support users to design Personal Space according to their own preferences.


---

# 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.secondlive.world/help-center/faq/personal-space-income-standard-introduction.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.
