Stakes can be taggued using the Solana memo feature to enable Kiln to distinguish your stakes on-chain.
A Solana transaction is composed of multiple instructions, executed one after the other. Here is an example of instructions you can define with the standard Solana @solana/web3.js
package.
This transaction will be taggued with the hello, world!
memo and will create, initialize and delegate a stake account.
Kiln gives to each partner a fix value to include as memo in all the transactions they craft with the following format: kiln_{uuidv4}
.