Ayush 104a0d3657 removed poseidon examples and GitHub action (#374) há 5 meses atrás
..
anchor 97505283f8 feat: Anchor bankrun (#113) há 1 ano atrás
native 6d134a7a97 fix: Skip ignoring spl2.0 dependency issue (#2) (#109) há 1 ano atrás
steel 85082a332b add basics/rent/steel (#240) há 9 meses atrás
README.md a2831045ac reorg to match readme há 3 anos atrás

README.md

Rent

Ah, rent. Everybody's favorite thing to deal with.

Luckily, rent is much less daunting on Solana than in the real world (sorry, best we could do).


Simply put, all storage on Solana costs rent. After all, this thing ain't free!

Rent is typically a small amount and if you load your account with enough rent for two years it's actually exempt! That's right: if your account holds more than the cost of rent for two years, that account is not charged any rent.


Rent itself is based off of the size of the data you're seeking to store in the account.

Let's take a look.