> For the complete documentation index, see [llms.txt](https://raiden-4.gitbook.io/raiden.wtf.docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://raiden-4.gitbook.io/raiden.wtf.docs/bolt-low-latency/authentication.md).

# Authentication

Authentication methods for Raiden Bolt

Raiden supports two authentication methods depending on the protocol:

| Protocol         | Method                 | Details                                                                                        |
| ---------------- | ---------------------- | ---------------------------------------------------------------------------------------------- |
| **HTTP / HTTPS** | API key header         | [HTTP Authentication](/raiden.wtf.docs/bolt-low-latency/authentication/http-authentication.md) |
| **QUIC**         | TLS client certificate | [QUIC Authentication](/raiden.wtf.docs/bolt-low-latency/authentication/quic-authentication.md) |

Your API key is generated when you create a Raiden account. View and manage it from the [dashboard](https://raiden.wtf/dashboard) under **Raiden Bolt** → **Connect**.
