> For the complete documentation index, see [llms.txt](https://explore.joinseeds.earth/read-me-first/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://explore.joinseeds.earth/read-me-first/buying-and-selling-seeds-why-what-how/how-to-buy-seeds-exchange-links/setting-up-a-seeds-auto-purchase-plan.md).

# Setting up a Seeds auto purchase plan

This is for those that have been asking if the sale contract can receive more than your weekly buy limit and just pay it out weekly; or, for those who are wanting to make routine weekly purchases.&#x20;

This would have been difficult for us to code directly into the site (and we're focused more on building regenerative economy protocols and not tools like this) so, we have a work around.

If you don't want to have to remember to buy Seeds each week you can set up automatic weekly purchases that you set up once and you're done.

### Step 1

Enter your account name

Chose Bitcoin&#x20;

Discover the dollar amount you’re able to buy each week

Copy “your” Bitcoin address

Now that you know the maximum you can buy each week (so you don’t set up a payment higher than this number) and you have your Bitcoin address you’re ready to move on to step 2.

### Step 2 Go to either:&#x20;

{% embed url="<https://www.swanbitcoin.com>" %}
Swan Bitcoin is a service expressly built with automatic purchases in mind.
{% endembed %}

#### [SWAN BITCOIN ](<https://www.swanbitcoin.com/ >)– BEST FOR U.S. RESIDENTS&#x20;

#### [BITPANDA](https://www.bitpanda.com/en) – BEST FOR EUROPEANS&#x20;

#### [KRAKEN ](https://www.kraken.com/en-us/)– A BACKUP INTERNATIONAL OPTION (IF THE ABOVE 2 FAIL)

And set up a plan to automatically buy Bitcoin and for it to go to your above address. Then each time you purchase Bitcoin and it goes to your wallet it will be converted into Seeds and sent to automatically to your account.

*Select a USD amount less than your maximum weekly purchase limit.*

### Step 3

Now that you don’t have to worry about buying Seeds each week. Take the time you saved to plant a garden and enjoy knowing that it’s all going to be taken care of for you!


---

# 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://explore.joinseeds.earth/read-me-first/buying-and-selling-seeds-why-what-how/how-to-buy-seeds-exchange-links/setting-up-a-seeds-auto-purchase-plan.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.
