# Assign a host to a station

### Overview

You can assign a host to your Wingbits station to share ownership and rewards. When you assign a host, they become a co-owner of the station and will receive a percentage of the rewards based on the split you configure.

{% hint style="info" %}
You can remove the host again at any time. Doing so will change the split of future rewards. Not rewards already earned.
{% endhint %}

### Prerequisites

Before assigning a host, ensure you have either:

* The host's Solana wallet address
* The host's Wingbits login email address

### How to Assign a Host

If the host has a Wingbits account and wishes to manage their wallet address and when their rewards are claimed, follow [these steps](/general-help/add-wallet-address-to-your-account.md#owner--host-with-account-email).

If the host only wants to provide a wallet address and is ok with you claiming on your schedule for them, follow [these steps](/general-help/add-wallet-address-to-your-account.md#owner--host-without-account-anonymous) instead.

### After Host Assignment

Once the host is assigned:

* The host will start receiving their percentage of rewards for all future earnings
* If you provided the host's Wingbits account email address, the station will appear in their dashboard
* The reward split will be applied to all future reward distributions

### Troubleshooting

**Host not receiving rewards?**

* Verify the wallet address was entered correctly
* Check that rewards are being generated by the station
* Remember that new assignments only apply to future rewards, not past earnings

**Want to change the host or percentage split?**

* You can remove the host the same way you added it.

**Host can't see the station in their dashboard?**

* Ensure you entered their correct email address
* The host must have a registered Wingbits account
* The email address must match their account registration


---

# 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.wingbits.com/get-started/assign-a-host.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.
