sismo.fun

Claiming

Fees sit in the contracts under your address until you ask for them. Nothing expires and nobody can claim on your behalf.

Where to do it

Your portfolio page, with the wallet that launched the tokens connected. It lists what you are owed per token from the curve, and what the locked position has earned since graduation, and it reads both figures from the chain rather than from our records.

Why fees accrue instead of arriving

Every fee is credited to a balance you draw down, rather than sent to you as the trade happens. Two reasons. Sending would make every trade depend on the recipient being able to receive MNT, so one contract that reverts on payment could stop trading for everyone. And it would put the gas cost of two transfers onto whoever happened to be trading.

Curve fees

Credited per token, in MNT, the moment the trade settles. Claim one token at a time or sweep several in one transaction. The portfolio does the sweep for you and orders by size, so a batch claims the largest balances first.

Pool fees

Two steps, because Uniswap works differently from the curve.

  1. Collect. The pool credits the locked position quietly as swaps happen. Calling collect for a token books whatever has built up and splits it between the creator and the platform. Anyone can call it, and calling it earns the caller nothing, so do not expect somebody else to bother.
  2. Claim. Once booked, your share is yours to withdraw, per currency. A pool that has traded in both directions leaves you a wrapped MNT balance and a token balance, claimed separately.

The portfolio page offers both in one action where it can, so most of the time this is one button rather than two.

If the site is down

Claiming is a contract call, so the site is a convenience rather than a requirement. The functions are public and the addresses are on network and contracts. Anything you are owed can be claimed from a block explorer or a script.