> For the complete documentation index, see [llms.txt](https://docs.factor.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.factor.fi/governance/factordao/factor-participants.md).

# Factor Participants

## **Users**

* **Depositors:** Search for automated strategies and deposit tokens on [**Factor Discover**](/factor-discover/factor-discover.md) to gain exposure to curated DeFi strategies.
* **Strategists:** Create complex multi-protocol strategies and share automated alphas with depositors on [**Factor Studio**](/factor-studio/factor-studio.md) to earn strategy management fees.
* **Protocols:** Seamlessly bridge protocol value by creating integrated strategies and participate in directing ecosystem incentives via [**Factor Bribes**](/governance/factor-bribe.md) or [**Factor Boost**](/governance/factor-boost.md).

## **Governance**

* **FactorDAO:** Facilitate decentralized governance of the protocol through coordinating governance proposals and incentives as determined by governance token holders. Owner of the publicly viewable [multisig treasury](https://docs.factor.fi/governance/factordao/factordao-multisig-addresses) which funds various protocol growth initiatives.
* **Governance Token Holders:** Purchasers of the [FCTR](https://docs.factor.fi/governance/fctr-token#fctr) token which represents protocol value.
* **Governance Token Stakers:** [FCTR](https://docs.factor.fi/governance/fctr-token#fctr) holders who have [staked](https://docs.factor.fi/governance/fctr-token/staking-and-governance) (i.e. time locked) their [FCTR](https://docs.factor.fi/governance/fctr-token#fctr) in exchange for protocol governance rights and rewards. This includes protocol revenue share, directing emissions via [**Factor Scale**](/governance/factor-scale.md)**,** and receiving voting incentives via [**Factor Bribes**](/governance/factor-bribe.md).

## **Operations**

* **Core Team:** Supports the development, operations, and marketing of the Factor platform based on directives provided by the FactorDAO.
* **Contributors:** The [**Factor Contributors**](/community/factor-contributors.md) initiative guides enthusiastic community members that have volunteered their time and resources towards growing the protocol.


---

# 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.factor.fi/governance/factordao/factor-participants.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.
