StakePoint
Solana DeFi Glossary
Definitions of key terms used in Solana DeFi, token locking, LP locking, and staking. Published by the StakePoint team.
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.
Related Pages
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.
Related Terms
Program Derived Address (PDA)
An on-chain Solana account controlled by a smart contract with no private key.
Non-Custodial
A design where a platform never holds or controls user funds.
Solana DeFi
Decentralised finance applications built on the Solana blockchain.
Token Locking
The process of transferring tokens into a smart contract until a fixed unlock date.
Staking Pool
An on-chain contract where token holders deposit tokens to earn rewards.