# Introducing Stack

By [Stack](https://paragraph.com/@stack-2) · 2024-03-04

---

### Stack is introducing loyalty points as an onchain primitive and building tools for managing points programs.

Loyalty point programs have long played a role in consumer applications, supporting industries from gaming, to beauty, to food. These programs encourage product usage and retention, as users are incentivized to earn points for certain behaviors and then redeem points for rewards.

Blockchains are a natural platform for points programs, with built-in accounting, security, and the promise of **using smart contracts to enforce rules for redeeming points for tokens**. More importantly, blockchains allow **composability of points programs** by enabling interoperability among providers. The same open composability that has allowed tokens to flourish will pertain to points, too. Since the points protocol runs on a public blockchain, brands can collaborate without encountering any intermediary.

### Developer Tooling

Stack provides simple developer tooling that makes it easy to integrate a point system into an application in just a few lines of code. The SDK comes with the ability to tag point assignments as events, which opens the ability for deeper analytics served in the Stack dashboard. It also allows fetching results in a leaderboard format. See our [docs](https://docs.stack.so/overview.html) for more details.

    await stack.track("user_signup", {
      points: 10,
      account: "0x627306090abaB3A6e1400e9345bC60c78a8BEf57"
    });
    
    await stack.getPoints("0x627306090abaB3A6e1400e9345bC60c78a8BEf57");
    // => 10
    

### What’s Next?

Stack will open up the blockchain running these points programs to the public – a new virtual computer dedicated to loyalty programs that anyone can use to read, write, and own their own points programs. The points protocol will be checkpointed on all major Ethereum blockchains, allowing for trustless redemptions of points for assets.

### Funding and Support

Stack kicks off this enterprise with support and funding from [Archetype](https://archetype.fund), [Coinbase Ventures](https://www.coinbase.com/ventures), [Scalar Capital](https://scalar.capital/), [A Capital](https://acapital.com/), [CoopRecords](https://www.cooprecords.xyz/) and other angel investors from within the web3 founder ecosystem, including Nadav Hollander, Balaji Srinivasan, Henri Stern, Dan Romero, and Colin Armstrong.

Visit [stack.so](http://stack.so) to get started and walk with us on the adventure via [X](https://twitter.com/stackdotso) and [Farcaster](https://warpcast.com/~/channel/stack).

---

*Originally published on [Stack](https://paragraph.com/@stack-2/introducing-stack)*
