
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@fastlane-labs/fastlane-contracts
Advanced tools
Smart contracts powering FastLane Labs' staking and infrastructure on the Monad blockchain.
Smart contracts powering FastLane Labs' staking and infrastructure on the Monad blockchain.
NOTE: All of these smart contracts have been specifically calibrated to handle Monad's unique asynchronous execution and transaction fee mechanism. These contracts should not be deployed on other blockchains or L2s without significant modifications.
FastLane Labs is building critical staking, automation, and MEV infrastructure for the Monad ecosystem, focusing on improving the developer and user experience through optimized smart contracts and latency-minimized services.
Atlas is FastLane's application-specific sequencing layer, letting each dApp set its own rules for transaction ordering and MEV handling. It captures the surrounding MEV and leaves distribution up to the application—whether that means rebating users, rewarding LPs, or powering protocol revenue.
Stake MON, get shMON—the liquid staking token that keeps earning + MEV rewards while you commit it to programmable policies. One token secures the network and backs your favourite dApps, all without sacrificing liquidity.
An on-chain "cron" that lets anyone schedule execution for a future block and guarantees it executes, paid for with committed shMON or MON. No off-chain bots, no forgotten claims—just a single call to set it and forget it.
A ready-made ERC-4337 bundler that batches UserOps and fronts gas via a shMON-funded Paymaster. The bundler handles Monad's async quirks and gets your transactions on-chain.
A module that enables seamless, gas-less UX for dApps, powered by ShMonad. Users sign with their regular wallet to "log in" to the dApp and then interact through an expendable session key while the dApp silently handles gas payments. Helper functions for the Task Manager have also been included.
Key features:
_abstractedMsgSender()
to get the session key's underlying owner - Users no longer need to transfer their inventory to a dApp-specific embedded walletSource Code | Module Documentation
# Install dependencies
$ make install
# Build the project
$ make build
# Run tests
$ make test
# Clean, install dependencies, build and test
$ make all
# Run tests with gas reporting
$ make test-gas
# Format code
$ make format
# Generate gas snapshots
$ make snapshot
# Start local node
$ make anvil
# Fork a specific network for testing
$ make fork-anvil NETWORK=monad-testnet
# Check contract sizes
$ make size
To deploy contracts:
MONAD_TESTNET_RPC_URL=<your_rpc_url>
For full documentation, visit docs.shmonad.xyz.
FAQs
Smart contracts powering FastLane Labs' staking and infrastructure on the Monad blockchain.
We found that @fastlane-labs/fastlane-contracts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.