You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nilPay allows you to subscribe and create credentials for using the [Private Storage](/build/private-storage/overview) and [Private LLMs](/build/private-llms/overview) network APIs.
@@ -8,15 +11,45 @@ This guide walks you through the process of creating an API key.
8
11
9
12
In order to get an API Key, you must have a nillion address. We recommend starting by following the [wallet setup guide](/community/guides/nillion-wallet) to get started.
10
13
11
-
Use the [nilPay Portal](https://subscription.nillion.com) to create an API key. Press the **Need an API Key?** button.
14
+
Use the [nilPay Subscription Portal](https://subscription.nillion.com) to create an API key.
15
+
16
+
Ensure you have an EVM browser wallet (i.e. Metamask) + a Cosmos based walled (i.e. Keplr)
17
+
18
+

19
+
20
+
## Identity Options
21
+
22
+
For those that may have used the previous nilPay Portal, here is more context regarding the `did:nil` and `did:eth` formats.
23
+
24
+
A DID (Decentralized Identifier) is an unique cryptographic identifier for builders, users, and nodes. Format: `did:nil:[66-character-hex-string]`. Derived from public keys for verifiable authentication.
25
+
26
+
If you are using an Ethereum wallet, this also maps to the `did:eth` format.
0 commit comments