> For the complete documentation index, see [llms.txt](https://k-prop.gitbook.io/k-prop-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://k-prop.gitbook.io/k-prop-docs/introduction/welcome.md).

# Welcome

### 1. **Introduction: The New Standard of RWA Asset Management**

#### 1.1 Vision: Integration of Real Assets and Digital Strategies

K-Prop is a Strategic RWA Asset Management Platform that combines the solid stability of Real World Assets (RWA) with the sophisticated asset allocation mechanisms of the Ethereum ecosystem. We innovate beyond the static structure of traditional investment to provide an 'Active Asset Management' environment. Here, users can allocate assets according to their own financial philosophy and verify their contribution performance through on-chain data.

#### 1.2 Technical Foundation: Trust through Ethereum Standards (EVM)

The entire architectural infrastructure of K-Prop is engineered within the Ethereum Virtual Machine (EVM) environment. This is more than a technical choice; it is a financial commitment to adopt the security standards and transparent governance validated by the global financial industry as the foundation of our platform.

* System Stability & Scalability: By leveraging the Polygon network, an Ethereum-based Layer 2 solution, we inherit the top-tier security of the Ethereum mainnet while ensuring the rapid settlement speed and cost-efficiency essential for real-time financial transactions.
* Asset Modularization (ERC-1155): All operational units within the platform are standardized as 'Blocks' using the ERC-1155 multi-token standard. These blocks serve as digital certificates that immutably record asset ownership rights and user-defined operational strategies.

#### 1.3 Core Operating Principles: Transparency and Financial Sustainability

We strictly reject unsustainable reward structures (Ponzi schemes) and adhere to a 'Real Yield' policy based on actual revenue and performance generated from real-world assets.

* Activity First Policy: To prevent market monopolization by capital alone, the acquisition of an Identity Block requires a mandatory minimum 30% allocation to Activity Power (AP). This financial mechanism ensures ecosystem liquidity and builds a healthy community of contributing partners.
* Financial Integrity Guidelines: Reward pools are capped at a maximum of 20% of total platform revenue to ensure long-term systemic viability and fiscal health. All settlement logic is executed automatically via smart contracts on the blockchain, eliminating the possibility of arbitrary human intervention.


---

# 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://k-prop.gitbook.io/k-prop-docs/introduction/welcome.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.
