Composing slices

One of Slicer's biggest powers is the ability to build slices on top of other slices.

Say you have an algo tokenslice that finds tokens whose price has dropped a lot recently, but begun to recover. And you have a curated tokenslice that lists all the gamefi tokens you're interested in. You could create a new algo tokenslice that's built on these other two slices, and adds the filter that current liquidity is at least $100K. This new tokenslice would pick out gamefi tokens that are priced "cheaply" and have decent onchain liquidity.

To build a tokenslice on top of another slice, add the filter Build on another slice, and choose the tokenslice you want to build on top of—this can be your own tokenslice or one created by Slicer.

You can also build on top of an existing slice by clicking any slice's ⠸ dropdown and select Use as source slice.

Last updated