Skip to main content
Version: 5.0

F.A.Q.

Technical questions

I am a developer who builds on Neutron. How can I get in touch with the dev team?

There are two places to check out:

I think I’ve found a vulnerability, what should I do?

Check out our bug bounty program on Immunefi: https://immunefi.com/bug-bounty/neutron

Where is the block explorer?

We encourage everyone to use the Mintscan explorer:

We also recommend to use this awesome smart contracts explorer by Celatone: it provides a great UI to upload, query and execute contracts.

Where to download latest snapshots?

If you want to spin up your own archive node, you can use our snapshot service, which allows you to do so without the requirement to sync from the very beginning.

Where can I get the public REST and RPC nodes?

You can check out the Cosmos Chain Registry:

We are always keeping our REST and RPC nodes running and available for everyone to use; if you experience any problems with the public nodes, feel free to report to the Neutron Technical Support group (see above).

How can I check the current status of Neutron's RPCs?

For the most current information on the status of our RPCs and any scheduled maintenance, please visit our Neutron Status page:

This page provides real-time updates and alerts regarding the operational status of all Neutron services.

What CosmWasm version is used?

We are using a patched 0.51.0 version of wasmd.

Where is the testnet faucet?

You can request from Testnet(pion-1) Faucet on the #testnet-faucet channel on Neutron’s Discord server with the following command:

$request <NEUTRON-ADDRESS>

Where <NEUTRON-ADDRESS>is aneutron1******generated address.

Also you can use Telegram Faucet with the following command:

/request <NEUTRON-ADDRESS>

How can I enable TokenFactory hooks for my application?

SetBeforeSendHook can only be called on denoms where the denom_creator and code_id match a WhitelistedHook in module's params. For hooks to be whitelist a governance proposal must be created to update module's params.

Additionally, there is a privileged TokenFactory Hooks SubDAO that can fast-track such proposals. If you want to enable TokenFactory hooks for your application through the SubDAO, please use this form to file an application.