# Smart Contracts: Solana

Solana refers to Smart Contracts as ["On Chain Programs"](https://docs.solana.com/developing/intro/programs). Each On-Chain program is a special type of [Account](https://docs.solana.com/developing/programming-model/accounts) which refers to the program itself. Use the Smart Contract's Account as the address within Elements.
