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 and Account abstraction how-to.
- 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
- Once included in a block, results are visible through:
- 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
- You can use standard EVM developer workflows such as:
Support channels
You can engage directly with the Stable team for technical assistance.- Discord: Join the developer channel at https://discord.gg/stablexyz
- Issue Reporting: Instructions will be provided once public repositories open
Next recommended
Quick start
Run your first testnet transaction in five minutes.
Production readiness
Validate an integration before shipping to mainnet.
FAQ
Common answers about chain IDs, endpoints, and onboarding.

