# Vectorized/solady

Optimized Solidity snippets.

Repository: https://github.com/Vectorized/solady
Canonical: https://ross.abutalabs.com/products/solady
Language: Solidity
License: MIT
License Family: permissive
Topics: ethereum, solidity, erc1155, erc20, erc721, inline-assembly
Last push: 2026-08-17T10:44:09+00:00

## Health v2 (maintenance only)
Score: 80/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 44, longevity 100
- inputs: {"age_days": 1509, "days_push": 16, "days_rel": 373, "gap_med": 11, "n_releases_24m": 16}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3368, forks 490 (observed 2026-08-28T04:07:58.349217+00:00)

## What it is
Solady is a collection of gas-optimized Solidity smart contract snippets and libraries for Ethereum development. It provides implementations of popular token standards (ERC20, ERC721, ERC1155), authorization mixins, account abstraction contracts, and utility libraries.

## Use cases
- deploy gas-efficient ERC20 tokens
- implement ERC721 NFT contracts with minimal gas costs
- add ownership and role-based access control to smart contracts
- build ERC4337 account abstraction wallets
- use utility libraries like Base64, ECDSA, and EIP712 in Solidity
- deploy deterministic contracts with CREATE3
- implement ERC4626 tokenized vaults

## When to choose
- you want battle-tested, gas-optimized Solidity implementations of common standards
- you prefer copy-paste snippets over inheriting from a large framework like OpenZeppelin
- you need account abstraction (ERC4337, ERC6551, EIP7702) building blocks
- you want minimal dependencies and inline-assembly-optimized code

## When to avoid
- you need a full audited framework with extensive upgradeability tooling
- you require formal verification guarantees or insurance-backed contracts
- you are not developing for EVM-compatible chains

## Facets
- artifact type: library
- maturity: active
- function: sdk, auth, serialization, cryptography
- domain: blockchain, developer-tools
- platform: -
- tags: solidity, gas-optimization, erc20, erc721, erc1155, inline-assembly, smart-contracts, web3, ethereum, foundry, hardhat

## Member repositories
- Vectorized/solady (main) score 80

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:58.349217+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:39:58.532833+00:00, confidence not recorded.
  - readme: https://github.com/Vectorized/solady (fetched 2026-08-28T04:07:58.349217+00:00, sha d1f1c6fec78f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
