An open API service indexing awesome lists of open source software.

https://github.com/pokt-foundation/wrapped-pokt-token

Smart contracts for the Wrapped POKT Token
https://github.com/pokt-foundation/wrapped-pokt-token

ant aragon pocket-network pokt-network uni uniswap wpokt

Last synced: 17 days ago
JSON representation

Smart contracts for the Wrapped POKT Token

Awesome Lists containing this project

README

        




Website

|

Documentation

|

Chat


# Wrapped POKT Token




Security

Smart contracts and additional resources for the Wrapped POKT Token, forked from Aragon's [ANTv2](https://aragon.org/token/ant).

- ✅ wPOKT has not been deployed yet. Beware of any scams! As soon as the token gets deployed to Mainnet we will have the updated address here.
- 🔍 Audits and security details are available in the [security policy](SECURITY.md)
- 📚 Additional documentation and user guides are available on the [Green Paper](https://forum.pokt.network/t/wpokt-green-paper/400)
- Wanna learn more about Pocket Network? Check the [official website out](https://pokt.network/)

## Structure

This repo contains the package for the wPOKT contract:

- [`wPOKT`](packages/wPOKT): the latest wPOKT token contract. [Check it out!](packages/wPOKT/contracts/wPOKT.sol)

## Important contract info

### wPOKT

- [wPOKT.sol](packages/wPOKT/contracts/wPOKT.sol): Main contract for the token. Lightweight and supports [ERC-2612](https://eips.ethereum.org/EIPS/eip-2612), [ERC-3009](https://eips.ethereum.org/EIPS/eip-3009), token mints, and token burns.