# How To Set a Fixed Daily Reward Staking Plan

In order to create a subscription plan that gives a fixed daily reward per NFT subscribed, do the following:

1. Go to [studio.anybodies.com](https://studio.anybodies.com)
2. Click on Subscriptions -> Membership Contracts in the sidebar menu
3. Create a new contract
4. As part of configuring the contract choose "Collection Based Reward" program
5. After filling out all the necessary fields, click on "Create Plan"
6. You should find the new membership contract under the DRAFT tab in the membership contracts form
7. Click on the contract that you just created
8. In the "Collections" tab, upload the hash list of your whole NFT collection
9. Set the daily reward the user will receive per NFT subscribed in the "Daily reward" field

Thats it! you are good to go


---

# 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://anybodies-help-center.gitbook.io/help-center/subscriptions/getting-started/how-to-set-a-fixed-daily-reward-staking-plan.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.
