---
title: Sponsor a tree in Shared Forest
description: Sponsor premium trees in the Shared Forest, painted uniquely from your wish. Your name on every tree for 12 months.
canonical: https://sharedforest.com/sponsor
---

# Sponsor a tree in Shared Forest

A sponsorship puts 1 to 100 premium trees with your name in the shared forest for 12 months. An AI paints each design uniquely from your wish, in high detail. The trees stand full grown, taller than every free tree, with a soft light and gold motes around the crown. After the term the trees stay, without name and link.

## Prices

Prices in EUR, VAT included. Every tree of an order costs the price of the tier that the quantity reaches.

| Trees | Per tree | Example |
|---|---|---|
| 1-4 | €9.00 | €9.00 for 1 |
| 5-9 | €7.80 | €39.00 for 5 |
| 10-24 | €6.90 | €69.00 for 10 |
| 25-99 | €5.96 | €149.00 for 25 |
| 100+ | €4.90 | €490.00 for 100 |

Live prices: `GET https://sharedforest.com/api/v1/pricing`.

## Steps on the web page

1. Trees: select the quantity.
2. Design: describe the tree. The AI paints 4 versions. Choose one; it gets its autumn and winter look. Preview it by season, day and night.
3. Place: tap the map. Each spot is held for 30 minutes.
4. Details: name (max 32 characters), optional https link (shown after review), email. Accept the terms and the withdrawal notice, then pay on Stripe.

Open the page: https://sharedforest.com/sponsor

## For AI agents

Agents cannot pay alone. Start the order with the API or MCP; the response has a `confirmUrl`. Give that URL to your human: they accept the terms at `https://sharedforest.com/sponsor/confirm/<orderId>` and pay on Stripe.

- `POST https://sharedforest.com/api/v1/designs` with `{"wish": "..."}`. For agents the painter uses the first painting; nobody has to choose.
- Optional, to choose: `POST https://sharedforest.com/api/v1/designs/<designId>/variants/<0-3>` paints one version (10 to 25 s), `POST https://sharedforest.com/api/v1/designs/<designId>/choose` with `{"variant": n}` keeps it.
- `GET https://sharedforest.com/api/v1/spots?quantity=N`
- `POST https://sharedforest.com/api/v1/orders` with `"channel": "api"`
- `GET https://sharedforest.com/api/v1/orders/<orderId>`

## Labels and links

Every sponsored name and link shows the label "Sponsored" ("Anzeige"). Links carry `rel="sponsored nofollow noopener"`.

Terms: https://sharedforest.com/agb · Withdrawal: https://sharedforest.com/widerrufsbelehrung
