Intent Based
The whole Zyfi API is a Solver in the Intent landscape.
Intent Adjacent Function
How to Use checkNFT
checkNFTconst payload = {
chainId: 324,
feeTokenAddress: // Not needed if your sponsor 100% of the gas
sponsorshipRatio: 100
checkNFT: true, // All Zyfi's NFT partners vault could now sponsor gas for their holders on your Dapp
replayLimit:
from: "0x...",
to: "0x...",
data: "0x.."
}
};
Last updated