# Welcome Relay Readme

**Methodology**

1. If a new kind 0/3 event is received on our aggregator from an unknown pubkey, that event is marked with a first seen timestamp.
2. If that pubkey does not have any kind 1 events in our database that are older than 3 days, they are labeled as new users.
3. New users are added to a write whitelist for welcome.nostr.wine for their first 3 kind 1 events or 72 hours, whichever comes first.
4. Live events are continuously streamed from our aggregator to the welcome relay and only events from whitelisted pubkeys are stored.

This is an experimental relay and no guarantees are made.


---

# 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.nostr.wine/welcome/readme.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.
