> For the complete documentation index, see [llms.txt](https://docs.xft.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xft.finance/learn/opcodes/create-create2-create3.md).

# CREATE, CREATE2, CREATE3

CREATE: Basic contract deployment

CREATE2: Contract deployment with predictable, deterministic addresses, <mark style="color:red;">0xFF</mark> prefix

CREATE3: Cross-chain deterministic contract address based on `msg.sender` + salt, no bytecode

***

<mark style="color:purple;">RESOURCES</mark>

<https://blog.solichain.com/the-ultimate-guide-to-create-create2-and-create3-cc6fe71c6d40>
