Kinetic Fee Payer by Kinny

Kinetic Fee Payer by Kinny is a fully hosted and managed fee payer solution that allows application developers to easily and quickly provide a feeless user experience for their end users.


Applications utilizing this service can benefit by allowing their users to quickly and easily get started using their apps without having to hold Sol in their wallet or having to teach them about blockchain concepts such as rent or transaction fees.

The service includes the following benefits:


1) Onboarding and on-going support

  • Get started easily and receive one-on-one support via Discord.
  • Kinny support will assist apps to get up and running at all stages of development.

2) Fully hosted and managed infrastructure - Kinny hosts and manages all of the infrastructure that’s required so developers

can focus on what matters most - their apps. - Stay up to date with the latest and greatest features of the fee payer while also benefiting from our strict testing and version management.


3) Robust Solana Node Service

  • Take advantage of the included node access so that your app can talk to the Solana blockchain directly.

Follow Kinny on Twitter to stay updated.


How To Connect

Connecting to Kinetic is incredibly simple.

Just, instantiate your Kinetic Client via your SDK of choice with the endpoint set to the Kinny endpoint.

E.g. using the TypeScript SDK

const clientOptions = {
  environment: 'mainnet', // the name of your environment, get this from your KAAS provider
  index: 1, // your App Index
  endpoint: 'https://kinny-kinetic.azuerwebsites.net', // get this from your KAAS provider
}

const kineticClient = await KineticSdk.setup(clientOptions)

Kinetic Manager

Kinny gives you access to Kinetic Manager, a fantastic GUI you can use to configure your application, view transactions and more.

Check out some of the key features below:

View And Manage Your Apps

Kinetic Manager

View Your Transactions

See a filterable list of all your transactions in one place or drill down into an individual transaction to see how long each step in the process has taken. Kinetic Manager Kinetic Manager

View Your App Fee Payer Wallet Status

Check your app hot-wallet balances, mints and more. Kinetic Manager

Configure Your App Settings, e.g. Webhooks

Configure your app webhooks so you can get notified of events, verify transactions, get an automated warning if your hot-wallet balance falls below a threshold, etc. Kinetic Manager

What If I Get Stuck?

Kinny Discord

Join our community.


Was this page helpful to you?
Provide feedback