> For the complete documentation index, see [llms.txt](https://docs.cronos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cronos.com/cronos-x402-facilitator/resources-and-next-steps.md).

# Resources & Next Steps

The Cronos x402 Facilitator enables sellers to accept on-chain stablecoin payments through a simple HTTP API, eliminating blockchain infrastructure complexity while leveraging Cronos' low fees and high throughput.

### Useful Links

#### **Facilitator Service:**

* **Base URL**: [https://facilitator.cronoslabs.org](https://facilitator.cronoslabs.org/)
* **Health Check**: <https://facilitator.cronoslabs.org/healthcheck>
* **API Endpoints**: <https://facilitator.cronoslabs.org/v2/x402/>
* **Facilitator Client SDK**: <https://www.npmjs.com/package/@crypto.com/facilitator-client>
* **Facilitator Client SDK Source Code**: <https://github.com/crypto-com/facilitator-client-ts>

#### **Documentation & Resources:**

* **Faucet for&#x20;*****`devUSDC.e`*****&#x20;test token on Cronos Testnet:** <https://faucet.cronos.com>
* **Cronos EVM Testnet TCRO faucet:** <https://faucet.cronos.com/>
* **API Documentation:** <https://docs.cronos.com/cronos-x402-facilitator/api-reference#api-endpoints>
* **Cronos Block Explorer**: [https://explorer.cronos.com](https://explorer.cronos.com/)
* **x402 Protocol Spec**: <https://github.com/coinbase/x402>
* **Developer Dashboard**: [https://developer.crypto.com](https://developer.crypto.com/)
* **Example code:** <https://github.com/cronos-labs/x402-examples>
* **Hackers Quick Start Guide to building on Cronos:** <https://docs.cronos.com/for-dapp-developers/hacker-resources>
* **Wallet integrations:** <https://docs.cronos.com/for-dapp-developers/chain-integration/web-extension-integration>
* **Crypto.com AI Agent SDK:** <https://ai-agent-sdk-docs.crypto.com/>
* **Crypto.com Market Data MCP Server integrations:** <https://mcp.crypto.com/docs>

#### Communication channel&#x73;**:**

* **Cronos Discord (x402-hackathon channel):** ⁠[👨‍💻x402-hackathon](https://discord.com/channels/783264383978569728/1442807140103487610)
* **Cronos x402 Developers Telegram Group:** <https://t.me/+a4jj5hyJl0NmMDll>
* **Cronos X.com (for latest updates):** <https://x.com/cronos_chain>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cronos.com/cronos-x402-facilitator/resources-and-next-steps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
