# Conviction Pool Types

There are different Pool Types that can be set up in a community to meet the need for different applications of Conviction Voting.

### Funding

Funding Pools are linked to a pool of tokens, which can be requested in discrete amounts in a Proposal. If a Proposal reaches a required conviction threshold - calculated by its support and the Pool's parameters - anyone can execute the proposal and distribute funds to the recipient.

The more funds requested in a proposal, the more conviction needed for the Proposal to pass.

### Signaling

Signaling Pools do not link Proposals to any executable onchain actions. Proposals simply accumulate conviction, which the community can see and use to make decisions, or optionally set up their own onchain executable action with another smart contract.

### Streaming (coming soon)

Streaming Pools link Proposals to a pool of tokens that are streamed to beneficiaries using Superfluid. More conviction on a proposal = more tokens streamed to the beneficiary.  A conviction threshold parameter decides a minimum amount of conviction for the stream to begin.


---

# 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://docs.gardens.fund/conviction-voting/conviction-pool-types.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.
