StakePoint

Solana DeFi Glossary

Definitions of key terms used in Solana DeFi, token locking, LP locking, and staking. Published by the StakePoint team.

Glossary/Anchor Smart Contract

Anchor Smart Contract

A Solana smart contract built using the Anchor framework.

Definition

Anchor is a development framework for building smart contracts (programs) on the Solana blockchain. Anchor provides a structured, opinionated approach to Solana program development that reduces boilerplate code and makes programs easier to audit and verify.

Anchor smart contracts are written in Rust and compiled to Solana's BPF bytecode. They use a declarative account structure that makes it clear which accounts a program reads and writes, improving security and auditability.

Most professional DeFi protocols on Solana — including token lockers, staking pools, and DEXs — are built using Anchor. The framework's structured approach makes programs easier to audit for security vulnerabilities.

StakePoint & Anchor Smart Contract

StakePoint's smart contract is an Anchor program deployed on Solana mainnet. The program ID is gLHaGJsZ6G7AXZxoDL9EsSWkRbKAWhFHi73gVfNXuzK and is publicly verifiable on Solscan. The upgrade authority is controlled by a 3-of-4 Squads multisig.

Frequently Asked Questions

What is an Anchor smart contract?

An Anchor smart contract is a Solana program built using the Anchor framework — a structured development tool that makes Solana programs easier to build, audit, and verify.

Is StakePoint built with Anchor?

Yes. StakePoint's smart contract is an Anchor program deployed on Solana mainnet, publicly verifiable on Solscan.