Wallet for NPT?

Hi all,
Glad to find this gem early, I bought few coins & I want to move them to a wallet, but I don’t know what wallet support this coin, any help please?

Thanks

1 Like

this

2 Likes

Is this an official wallet? Any team member can vouch for it?

sure

i’m non technical how can i have my wallet

i want it for windows please

There are windows here

Thorkil said that wallet unsafe

I have my coins as wNPT in my Tangem wallet. SAFE

Has anyone used this wallet?

WNPT is done by Safetrade exchange and not the Neptune cash team.

You are completely relying on an exchange to bridge these tokens which is the same as storing coins on an exchange. If exchange goes down, liquidity of WNPT gets removed which means your money goes to zero straight away.

If the team comes up with GUI wallet for the native coins, that would be really helpful to lot of us. Not sure why it’s taking this much time from the team.

The official wallet has existed since launch. Since November 2025, there’s also an official GUI; see also the announcement thread.

Thanks for your reply.

I meant GUI as in just running the GUI wallet for storing, sending and receiving native coins similar to a web wallet.

Neptune wallet is not a stand alone and requires the core wallet to be running, which is a lot of command lines which most of us normal people won’t be familiar/comfortable with.

You might be here too early then, for your comfort level?

Those things will come, but not with snap of fingers.

There are a couple possible architectures for a “light” wallet:

  1. a wallet that connects to an existing full node (probably run by a 3rd party) to learn about the blockchain. This should be possible to implement in short to medium term, since some necessary APIs were merged last week.

  2. a wallet that includes its own neptune “light node” and connects directly to the neptune network. This is arguably a superior architecture for a number of reasons and the right thing long-term, but it requires (a) succinctness in neptune-core and (b) refactor neptune-core into a light-node library. Both of which are large tasks.

So it might be that both (1) and (2) happen, or it might be that we skip (1) and go straight to (2). Note that (2) is something pretty much unique to neptune-cash and part of its value proposition.

In the meantime is it really that hard to:

  1. download neptune-core and neptune-proton.

  2. run neptune-core -peer 51.15.139.238:9798 --peer 139.162.193.206:9798

  3. run neptune-proton

molehill != mountain

1 Like