> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stable.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Developer assistance

> Fast access to help, official communication channels, and key reference locations for building on Stable.

## FAQ

A growing collection of developer-focused questions covering topics such as:

* How do I connect to the Stable network?
  * You can interact with the network using standard JSON-RPC requests compatible with common EVM tooling.
* What currency is used for transaction fees?
  * You pay transaction fees in USDT0. No additional fee parameters are required beyond the standard base gas price.
* Where can I track updates?
  * The Release & Change Log communicates all protocol and developer-facing changes.
* Does Stable support account abstraction?
  * Yes. EIP-7702 enables EOAs to temporarily operate with smart-account behavior.
  * See [EIP-7702 reference](/en/reference/eip-7702-api) and [Account abstraction how-to](/en/how-to/account-abstraction).
* Where can I see my transaction results?
  * Once included in a block, results are visible through:
    * balance reads
    * contract state queries
    * logs and emitted events
* How do I build smart contracts for Stable?
  * You can use standard EVM developer workflows such as:
    * Solidity-based contracts
    * JSON-RPC libraries to interact with the network

This page will expand as common questions arise during public testnet usage.

## Support channels

You can engage directly with the Stable team for technical assistance.

* **Discord**: Join the developer channel at [https://discord.gg/stablexyz](https://discord.gg/stablexyz)
* **Issue Reporting**: Instructions will be provided once public repositories open

Support contacts will be updated as community platforms become available.

## Next recommended

<CardGroup cols={3}>
  <Card title="Quick start" icon="rocket" href="/en/tutorial/quick-start">
    Run your first testnet transaction in five minutes.
  </Card>

  <Card title="Production readiness" icon="shield-check" href="/en/how-to/production-readiness">
    Validate an integration before shipping to mainnet.
  </Card>

  <Card title="FAQ" icon="help-circle" href="/en/reference/faq">
    Common answers about chain IDs, endpoints, and onboarding.
  </Card>
</CardGroup>
