# Founder FAQs

## **Essential information sources**

Don’t forget to follow these Twitter accounts to receive key announcements:

* [Cronos App](https://x.com/CronosApp)
* [Cronos Network](https://x.com/CronosNetwork)

**Subscribe to the Cronos newsletter:**

* [Cronos newsletter](https://blog.cronos.com/)

## TLDR; what do I need to know if I am considering Cronos Network for my dapp?

[Cronos (cronos.com)](https://cronos.org) is the leading Ethereum-compatible layer 1 blockchain network built on the Cosmos SDK, supported by Crypto.com and hundreds of app developers and partners. Today, the #CROfam ecosystem represents an addressable user base of more than 150 million people worldwide.&#x20;

[Cronos](https://cronos.com/) can help most dapp creators to enhance the visibility of their product in the Cronos user community. However, Cronos is generally not able to promote token or NFT sales. The following support is available to dapp creators:

* Technical support via [Discord](https://crofam.me/discord) and [Telegram](https://t.me/Cronos_Announcements).
* Project listing on our [Ecosystem page](https://cronos.com/ecosystem)&#x20;
* Introductions to other dapps, key opinion leaders and project launchpads.

## FAQs - ecosystem

**How can I get my project featured at** [**cronos.com/ecosystem**](https://discover.cronos.org)**?**

* Visit [https://cronos.com/ecosystem](https://discover.cronos.org) where you can submit your project to be added to the Cronos ecosystem (or submit directly to the form [here](https://docs.google.com/forms/d/e/1FAIpQLSdbCFhO_IjnrDIIU1PyuCLSdXDP6SM7SPSaUxud17wyIzr5IA/viewform)).

**How can I get my project featured in Trust Wallet, once deployed on Cronos?**

* [Trust Wallet](https://trustwallet.com/) supports the Cronos mainnet from within the in-app Dapp browser (via the injected Web3 provider) and also via Wallet Connect.
* You can contact the Trust Wallet team to have your Dapp and/or token featured in the Trust Wallet’s mobile Dapp browser. Refer to the [documentation](https://developer.trustwallet.com/developer/listing-new-dapps/listing-guide) for more details.

**How can I get my NFT collection allow-listed on the relevant NFT platforms?**

* Ebisu’s Bay
  * Ebisu’s Bay is a self-custodial NFT platform on Cronos chain and on Ethereum.
  * New launch & secondary trading: the Cronos Labs team can put you in touch with the Minted team via Telegram. Please send your Telegram handle to your Cronos Labs contact.

**How can I become a node operator?**

* Anyone can run their own Cronos node: see [the documentation](https://docs.cronos.org/for-node-hosts/running-nodes/cronos-mainnet) for instructions.
* However, the Cronos network is not currently adding **new validators** (except on an exceptional basis). The Cronos Labs team will make public announcements when validator applications are open again. Feel free to email <contact@cronoslabs.org> to register your interest.

## FAQs - technical

**Where can I find developer quick start resources?**

* Check out the Cronos documentation: <https://docs.cronos.org/getting-started/readme>
* Check out this repository of resources published for Cronos hackathons: [Hacker's Getting Started Resources](/for-dapp-developers/hacker-resources.md)

**Are there best practices and security standards that apply to Dapps on Cronos?**

* The Cronos team strongly encourages all development teams to follow the best practices summarized at this [link](https://cronos.org/docs/getting-started/defi-practice.html#introduction). You can find more information at this [link](https://consensys.github.io/smart-contract-best-practices/) too.
* It will be difficult for the Cronos team to engage meaningfully with teams who do not publish their code and do not have their smart contracts verified on [Cronos Explorer](https://explorer.cronos.org)

**I need a commercial node provider because my dApp exceeds the rate limits of the free Cronos JSON-RPC endpoints. Who offers this ?**

* See here: [Free and commercial RPC endpoints](/for-dapp-developers/chain-integration/public-rpc-endpoints.md)

**Where can I find a list of available developer tools and integrations?**

* We have prepared one for you! See here: [Dev Tools & Integrations](/for-dapp-developers/dev-tools-and-integrations.md)

**Where can ask technical questions to integrate with Cronos chain?**

* You can contact the community support on our [Discord server](https://discord.com/invite/pahqHz26q4), in the #cronos-mainnet-beta channel.
* Or, if the Cronos team already has a joint Telegram group with your team, feel free to reach out to the team in that group. You can also email <contact@cronoslabs.org>.

**How can I connect my Dapp to commonly used crypto wallets like MetaMask, Crypto.com Onchain Wallet, or Trust Wallet?**

* See this [tutorial](/for-dapp-developers/chain-integration/web3-wallet.md).


---

# 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.cronos.com/for-dapp-developers/founder-faqs.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.
