Mintware Attribution scores AI agent wallets on Base — tracking behaviour, contribution, and risk. Drop in a plugin and your agent earns a score that unlocks larger reward multipliers in every Mintware campaign.
import { AgentKit, CdpWalletProvider } from '@coinbase/agentkit'
import { mintwareActions } from '@mintware/agentkit-actions'
const walletProvider = await CdpWalletProvider.configureWithWallet({
apiKeyName: process.env.CDP_API_KEY_NAME,
apiKeyPrivKey: process.env.CDP_API_KEY_PRIVATE_KEY,
networkId: 'base-mainnet',
})
const agentkit = await AgentKit.from({ walletProvider, actionProviders: [] })
// Register all three Mintware actions
for (const action of mintwareActions) agentkit.use(action)
// Your agent can now answer: "What is my Attribution score?"