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

# WeFund Platform

The WeFund platform is designed with a friendly user experience and community in mind.  Users can easily connect their wallets from various blockchains, find projects, create  projects, and learn more about WeFund. On the platform, users can search for projects  with real-world applications vetted by WeFund’s selective incubation process. &#x20;

**Business Structure**\
![](/files/eWYe8J7eyCXR7BTUshIF)

**Binance Smart Chain (BSC)**

**Binance Smart Chain** is a blockchain network built for running smart contract-based applications. BSC runs in parallel with Binance's native Binance Chain, which allows users to get the best of both worlds: the high transaction capacity of BSC and the smart contract functionality of BSC. Furthermore, Binance Smart Chain also implements the Ethereum Virtual Machine (EVM), which allows it to run Ethereum-based applications like MetaMask. WeFund will be launching its native token on the Binance Smart Chain.

**Yield Generator**&#x20;

All funds raised will be deposited directly into blockchain-based yield-generating saving protocols (WeFund does not hold or touch the money being crowdfunded) and deployed via smart contracts. WeFund will be adding multiple savings protocols (Aave, Curve, & more) to diversify the risk of a protocol failing (ie. Anchor).

**Project Proposers**

* Anyone can propose projects from any vertical and undergo an initial project evaluation from the WeFund team and its community.&#x20;
* Proposers can create ad campaigns on WeFund to get prioritized placement.&#x20;
* Connect directly with investors.&#x20;
* Offer profit sharing, token allocation, and more to project backers.&#x20;

**Project Backers**&#x20;

* Individual, institutional, and WeFund community investors can easily find various projects to be funded directly on the platform.&#x20;
* High security and minimal risk. All funds will be managed by Terra’s Anchor Protocol and if a project does not meet its milestones, residual deposits will be returned to backers with Anchor yield that has been accumulated during the fundraising (average 20% APY).
* Allocation assignments will be available to all investors, big and small, who can fund projects.

**Dashboard System**

The project owner has a dedicated dashboard for checking the status of the project\
-Approval\
-Incubation Goal\
-Milestone

Administrators have a dedicated dashboard for checking the status of a project and voting\
-Approval\
-Incubation Goal\
\
Project backers/user has a dedicated dashboard for checking the status of the project\
-Milestone Voting


---

# 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://wefund.gitbook.io/wefund-whitepaper/wefund/wefund-platform.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.
