Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lockup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This contract acts as an escrow that locks and holds an owner's tokens for a lockup period.
The contract consists of lockup and vesting processes that go simultaneously.
A high-level overview could be found [in NEAR wiki](https://wiki.near.org/overview/tokenomics/lockups).
A high-level overview could be found [in NEAR docs](https://docs.near.org/primitives/lockup).

A lockup period starts from the specified timestamp and lasts for the specified duration.
Tokens will be unlocked linearly.
Expand Down