> For the complete documentation index, see [llms.txt](https://guides.getalby.com/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.getalby.com/user-guide/alby-hub/sub-wallets/podcaster-and-musicians-sub-wallets.md).

# Podcaster & musicians sub-wallets

## Make sub-wallets with their own \<podcast:value> tag

Content creators—such as podcasters, musicians, and authors—can receive payments directly from their audience, without relying on third-party platforms. Here is a guide about Value for Value payments for content creators. 👇

{% content-ref url="/spaces/0gUoA7kRyQexM9AWg720" %}
[👋 Creator guides](https://guides.getalby.com/creators/)
{% endcontent-ref %}

### Step 1: Create a new Sub-wallet

First, check out this section to create a new Sub-wallet: [Sub-wallets](/user-guide/alby-hub/sub-wallets.md#create-a-new-sub-wallet)

### Step 2: Get the value tag for your new Sub-wallet

Right after creating the sub-wallet, you'll see several options. Open the "Podcasting 2.0" tab to access the `<podcast:value>` tag. You can share it with a friend or use it in your own podcast or music RSS feed.

<figure><img src="/files/rCgQCTfCIfpgOUiLH09y" alt=""><figcaption></figcaption></figure>

The `podcast:value` tag needs to be added to the RSS feed of your podcast, song, blog, or other content. This lets your audience know where to send payments while they enjoy your content.

### How to enhance the sub-wallet

* **Get a Lightning Address:** The simplest way to receive bitcoin directly into this sub-wallet. [Sub-wallets](/user-guide/alby-hub/sub-wallets.md#manage-a-sub-wallet)
* **Connect to an App (e.g., Alby Go):** Ideal if you or the sub-wallet user want to check the balance and make payments from a smartphone. [Sub-wallets](/user-guide/alby-hub/sub-wallets.md#connect-a-sub-wallet)
* **Link an Alby Account:** Great for users who want email payment notifications, transaction exports, and additional account features.. [Sub-wallets](/user-guide/alby-hub/sub-wallets.md#link-a-sub-wallet-to-an-alby-account)

{% hint style="success" %}
**Congrats you just onboarded your favorite artist to bitcoin. He can now receive bitcoin payments from his audience!** 🎉
{% endhint %}


---

# 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://guides.getalby.com/user-guide/alby-hub/sub-wallets/podcaster-and-musicians-sub-wallets.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.
