Optimistic rollups such as Base execute transactions off chain and post data to Ethereum, inheriting its security with a challenge window for withdrawals. Execution gas is cheap; posting data is the real cost, so smaller calldata means cheaper transactions.
// same Solidity, different chain id and RPC
Never assume L1 and L2 block times or timestamps match, and treat bridges as trusted components with their own risk.