SKALE has been designed to maintain core compatiblity with Ethereum while differing on some core mechanics and newer features that may be unncessary due to SKALE’s design or not yet integrated due their introduction through more recent Ethereum hardforks. SKALE allows developers to build, deploy, and interact with smart contracts and applications using the same tools, languages, and frameworks they use on Ethereum. While the execution environment mirrors Ethereum’s, SKALE introduces key differences optimized for performance, scalability, AI, and privacy.Documentation Index
Fetch the complete documentation index at: https://docs.skale.space/llms.txt
Use this file to discover all available pages before exploring further.
Key Protocol Differences
Gas Fees & Economics
SKALE: Zero gas fees by default with compute credits or sFUEL. Gasless transactions with Proof-of-Work and sFUEL-based chains. Ethereum: Variable gas fees paid in ETH, market-based pricing with EIP-1559 base fees + priority fees.SKALE has multiple types of chains due to the multichain network design including appchains, credit chains, and the ability to offer chains with a gas fee if chain buyers want them.
Programmable Privacy
SKALE: Native threshold encryption built into consensus enables programmable onchain confidentiality. Smart contracts control who sees what and when using encrypted transactions, conditional decryption, re-encryption, and confidential tokens — all in Solidity without a trusted third party. Ethereum: No native privacy. All transaction data, contract state, and token balances are fully public. Privacy requires L2s with trusted sequencers or application-level workarounds that break composability.Programmable Privacy is available on SKALE Base and SKALE Base Sepolia. See the Programmable Privacy section for implementation details.
Block Production & Finality
SKALE: Target 1-second block times with instant finality. Transactions are immutable after inclusion in a single block. Ethereum: 12-second block times with probabilistic finality. Full finality requires ~12-15 minutes of validator confirmations though two checkpoints.Resource Limits
SKALE: ~268M block gas limit and 64KB contract size limit allowing for more complex smart contracts Ethereum: ~60M block gas limit (variable, as of 12/1/2025), 24KB contract size limit, strict constraints for network-wide throughput.Payments in Solidity
Unless the SKALE Chain implements a native gas fee token with value, zero gas fee chains should avoid the use ofmsg.value in smart contracts
and instead use ERC-20 or other tokenization options to handle payments. All SKALE Chains currently in prou
