#stake #interface #constructor #atlas #instructions #delegation

atlas-stake-interface

Instructions and constructors for the Stake program

1 stable release

2.0.1 Sep 2, 2025

#20 in #delegation

Download history 32/week @ 2025-08-27 100/week @ 2025-09-03 28/week @ 2025-09-10 13/week @ 2025-09-17 24/week @ 2025-09-24 23/week @ 2025-10-01 21/week @ 2025-10-08 34/week @ 2025-10-15 25/week @ 2025-10-22

104 downloads per month
Used in 6 crates (2 directly)

Apache-2.0

140KB
3K SLoC

Atlas Stake Interface

This crate contains instructions and constructors for interacting with the Stake program.

The Stake program can be used to create and manage accounts representing stake and rewards for delegations to validators.

Getting Started

From your project folder:

cargo add atlas-stake-interface --features bincode

This will add the atlas-stake-interface dependency with the bincode feature enabled to your Cargo.toml file. The bincode feature contains the instruction constructors to create instructions for the Stake program.

Documentation

Read more about the Stake program on the crate documentation.

Dependencies

~1.4–3.5MB
~72K SLoC