> For the complete documentation index, see [llms.txt](https://info.ceed.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.ceed.finance/faq.md).

# FAQ

Answers about CEED, $CEED, and participation.

## Frequently asked questions

<details>

<summary>What is CEED?</summary>

FEED is an onchain rewards ecosystem connecting everyday activity with digital ownership.

</details>

<details>

<summary>What is $CEED?</summary>

`$FEED` is FEED's planned native ecosystem token. Final information is coming soon.

</details>

<details>

<summary>Why does CEED have a token?</summary>

The token is planned to connect participation, incentives, and future ecosystem functionality.

</details>

<details>

<summary>How do I earn rewards?</summary>

Complete an eligible activity or purchase and submit the required proof for verification.

</details>

<details>

<summary>How does verification work?</summary>

FEED checks submitted proof against the applicable eligibility and program rules.

</details>

<details>

<summary>Where can I get $CEED?</summary>

**Coming Soon.** Official availability details will be announced before launch.

</details>

<details>

<summary>What network is CEED on?</summary>

**Coming Soon.** Confirm the official network before interacting with `$FEED`.

</details>

<details>

<summary>What is the total supply?</summary>

**Coming Soon.** Final supply will be announced before launch.

</details>

<details>

<summary>Is $CEED an investment?</summary>

No. FEED does not provide financial advice or promise returns.

</details>

<details>

<summary>Can rewards change?</summary>

Yes. Reward rates, partners, and program rules may change.

</details>

<details>

<summary>Where can I find the contract address?</summary>

**Coming Soon.** The official address will be published before launch.

</details>

<details>

<summary>How can I participate?</summary>

Explore eligible FEED opportunities as they become available.

</details>

<details>

<summary>Where can I find official announcements?</summary>

**Coming Soon.** Official announcement channels will be published before launch.

</details>


---

# 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://info.ceed.finance/faq.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.
